67 #ifndef __vtkMNIObjectWriter_h
68 #define __vtkMNIObjectWriter_h
97 return "MNI object"; }
111 virtual void SetMapper(
vtkMapper *mapper);
132 int WriteObjectType(
int objType);
represent surface properties of a geometric object
virtual vtkLookupTable * GetLookupTable()
dynamic, self-adjusting array of float
map scalar values into colors via a lookup table
virtual const char * GetFileExtensions()
int WritePoints(ostream *fp, vtkPoints *p)
virtual vtkProperty * GetProperty()
concrete dataset represents vertices, lines, polygons, and triangle strips
virtual const char * GetDescriptiveName()
A writer for MNI surface mesh files.
dynamic, self-adjusting array of int
int WriteCells(ostream *fp, vtkCellArray *cells, const char *label)
a simple class to control print indentation
vtkLookupTable * LookupTable
abstract superclass for arrays of numeric data
static vtkPolyDataWriter * New()
abstract class specifies interface to map data to graphics primitives
virtual vtkMapper * GetMapper()
void PrintSelf(ostream &os, vtkIndent indent)
represent and manipulate 3D points