 |
VTK
9.1.0
|
Go to the documentation of this file.
65 #ifndef vtkMNIObjectWriter_h
66 #define vtkMNIObjectWriter_h
68 #include "vtkIOMINCModule.h"
146 vtkGetMacro(FileType,
int);
represent and manipulate 3D points
int WritePolygonObject(vtkPolyData *output)
~vtkMNIObjectWriter() override
dynamic, self-adjusting array of float
int WriteLineThickness(vtkProperty *property)
virtual void SetLookupTable(vtkLookupTable *table)
Set the lookup table associated with the object.
static vtkMNIObjectWriter * New()
abstract superclass for arrays of numeric data
virtual vtkMapper * GetMapper()
Set the mapper associated with the object.
vtkGetFilePathMacro(FileName)
Specify file name of vtk polygon data file to write.
vtkSetFilePathMacro(FileName)
Specify file name of vtk polygon data file to write.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void CloseFile(ostream *fp)
vtkPolyData * GetInput()
Get the input to this writer.
void SetFileTypeToASCII()
Specify file type (ASCII or BINARY) for vtk data file.
vtkLookupTable * LookupTable
abstract class specifies interface to map data to graphics primitives
int WriteProperty(vtkProperty *property)
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)
int WriteNormals(vtkPolyData *polyData)
int WriteValues(vtkDataArray *array)
int WriteIdValue(vtkIdType value)
virtual vtkLookupTable * GetLookupTable()
Set the lookup table associated with the object.
map scalar values into colors via a lookup table
int WriteCells(vtkPolyData *data, int cellType)
int WriteColors(vtkProperty *property, vtkMapper *mapper, vtkPolyData *data)
virtual vtkProperty * GetProperty()
Set the property associated with the object.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual const char * GetFileExtensions()
Get the extension for this file format.
vtkPolyData * GetInput(int port)
Get the input to this writer.
concrete dataset represents vertices, lines, polygons, and triangle strips
void WriteData() override
int WriteObjectType(int objType)
void SetFileTypeToBinary()
Specify file type (ASCII or BINARY) for vtk data file.
represent surface properties of a geometric object
virtual void SetProperty(vtkProperty *property)
Set the property associated with the object.
virtual const char * GetDescriptiveName()
Get the name of this file format.
virtual void SetMapper(vtkMapper *mapper)
Set the mapper associated with the object.
int WritePoints(vtkPolyData *polyData)
int WriteLineObject(vtkPolyData *output)