|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   65 #ifndef vtkMNIObjectWriter_h 
   66 #define vtkMNIObjectWriter_h 
   68 #include "vtkIOMINCModule.h"  
  112   virtual void SetMapper(
vtkMapper* mapper);
 
  137   vtkSetStringMacro(FileName);
 
  138   vtkGetStringMacro(FileName);
 
  146   vtkGetMacro(FileType, 
int);
 
  161   int WriteObjectType(
int objType);
 
  185   void CloseFile(ostream* fp);
 
  
represent and manipulate 3D points
dynamic, self-adjusting array of float
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract superclass for arrays of numeric data
virtual vtkMapper * GetMapper()
void SetFileTypeToASCII()
vtkLookupTable * LookupTable
virtual void WriteData()=0
vtkDataObject * GetInput()
abstract class specifies interface to map data to graphics primitives
A writer for MNI surface mesh files.
a simple class to control print indentation
dynamic, self-adjusting array of int
abstract class to write data to file(s)
virtual vtkLookupTable * GetLookupTable()
map scalar values into colors via a lookup table
static vtkAlgorithm * New()
virtual vtkProperty * GetProperty()
virtual const char * GetFileExtensions()
Get the extension for this file format.
concrete dataset represents vertices, lines, polygons, and triangle strips
void SetFileTypeToBinary()
represent surface properties of a geometric object
virtual const char * GetDescriptiveName()
Get the name of this file format.