37#ifndef vtkMCubesWriter_h
38#define vtkMCubesWriter_h
40#include "vtkIOGeometryModule.h"
59 vtkSetStringMacro(LimitsFileName);
75 vtkSetStringMacro(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
vtkPolyData * GetInput()
Get the input to this writer.
void WriteMCubes(FILE *fp, vtkPoints *pts, vtkDataArray *normals, vtkCellArray *polys)
void WriteLimits(FILE *fp, double *bounds)
static vtkMCubesWriter * New()
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
vtkPolyData * GetInput(int port)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
represent and manipulate 3D points
concrete dataset represents vertices, lines, polygons, and triangle strips
abstract class to write data to file(s)
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.