Class GiftiOutputOptions

All Implemented Interfaces:
InterfaceObject, NamedObject, TreeObject, CleanableObject, XMLObject

public class GiftiOutputOptions
extends SurfaceOutputOptions
Options for writing a surface to a Gifti format file.
Since:
1.0
Version:
1.0
Author:
Andrew Reid
  • Field Details

  • Constructor Details

    • GiftiOutputOptions

      public GiftiOutputOptions()
  • Method Details

    • setWriteColumns

      public void setWriteColumns​(java.util.ArrayList<java.lang.String> columns)
      Sets the columns for which data will be written to the GIFTI file; an empty array, or null, indicates that no columns will be written. The data will be written either as values or as their associated RGB or RGBA colours, using the current colour mapping (or both), as specified by the column_format parameter.
      Parameters:
      columns -