 |
VTK
9.1.0
|
Go to the documentation of this file.
34 #ifndef vtkMCubesWriter_h
35 #define vtkMCubesWriter_h
37 #include "vtkIOGeometryModule.h"
represent and manipulate 3D points
vtkGetFilePathMacro(FileName)
Specify file name of vtk polygon data file to write.
vtkSetFilePathMacro(LimitsFileName)
Set/get file name of marching cubes limits file.
vtkGetFilePathMacro(LimitsFileName)
Set/get file name of marching cubes limits file.
abstract superclass for arrays of numeric data
void WriteData() override
void WriteLimits(FILE *fp, double *bounds)
write binary marching cubes file
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.
a simple class to control print indentation
object to represent cell connectivity
abstract class to write data to file(s)
void WriteMCubes(FILE *fp, vtkPoints *pts, vtkDataArray *normals, vtkCellArray *polys)
~vtkMCubesWriter() override
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkMCubesWriter * New()
vtkSetFilePathMacro(FileName)
Specify file name of vtk polygon data file to write.
vtkPolyData * GetInput()
Get the input to this writer.
vtkPolyData * GetInput(int port)
Get the input to this writer.