25 #ifndef vtkMCubesWriter_h
26 #define vtkMCubesWriter_h
28 #include "vtkIOGeometryModule.h"
31 VTK_ABI_NAMESPACE_BEGIN
48 vtkSetFilePathMacro(LimitsFileName);
49 vtkGetFilePathMacro(LimitsFileName);
64 vtkSetFilePathMacro(FileName);
65 vtkGetFilePathMacro(FileName);
75 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
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
object to represent cell connectivity
static vtkAlgorithm * New()
virtual void WriteData()=0
represent and manipulate 3D points