34 #ifndef vtkMCubesWriter_h 35 #define vtkMCubesWriter_h 37 #include "vtkIOGeometryModule.h" 56 vtkSetStringMacro(LimitsFileName);
72 vtkSetStringMacro(FileName);
80 void WriteData() VTK_OVERRIDE;
84 void WriteLimits(FILE *fp,
double *bounds);
concrete dataset represents vertices, lines, polygons, and triangle strips
abstract class to write data to file(s)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
write binary marching cubes file
a simple class to control print indentation
vtkDataObject * GetInput()
abstract superclass for arrays of numeric data
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
object to represent cell connectivity
static vtkAlgorithm * New()
represent and manipulate 3D points