Class SurfaceOutputOptions

java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.io.InterfaceIOOptions
mgui.io.domestic.shapes.SurfaceOutputOptions
All Implemented Interfaces:
InterfaceObject, NamedObject, TreeObject, CleanableObject, XMLObject
Direct Known Subclasses:
CaretSurfaceOutOptions, FreesurferSurfaceOutputOptions, GiftiOutputOptions, StlOutputOptions

public class SurfaceOutputOptions
extends InterfaceIOOptions
Standard options for writing a surface to file.
Since:
1.0
Version:
1.0
Author:
Andrew Reid
  • Field Details

    • files

      public java.io.File[] files
    • mesh

      public Mesh3DInt mesh
    • number_format

      public java.lang.String number_format
  • Constructor Details

    • SurfaceOutputOptions

      public SurfaceOutputOptions()
  • Method Details