34 #ifndef vtkMCubesWriter_h
35 #define vtkMCubesWriter_h
37 #include "vtkIOGeometryModule.h"
56 vtkSetStringMacro(LimitsFileName);
57 vtkGetStringMacro(LimitsFileName);
72 vtkSetStringMacro(FileName);
73 vtkGetStringMacro(FileName);
object to represent cell connectivity
abstract superclass for arrays of numeric data
a simple class to control print indentation
write binary marching cubes file
void WriteMCubes(FILE *fp, vtkPoints *pts, vtkDataArray *normals, vtkCellArray *polys)
void WriteData() override
void WriteLimits(FILE *fp, double *bounds)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkMCubesWriter * New()
vtkPolyData * GetInput()
Get the input to this writer.
~vtkMCubesWriter() override
vtkPolyData * GetInput(int port)
represent and manipulate 3D points
concrete dataset represents vertices, lines, polygons, and triangle strips
abstract class to write data to file(s)