Go to the documentation of this file.
55 #ifndef vtkMCubesReader_h
56 #define vtkMCubesReader_h
61 #define VTK_FILE_BYTE_ORDER_BIG_ENDIAN 0
62 #define VTK_FILE_BYTE_ORDER_LITTLE_ENDIAN 1
static vtkMCubesReader * New()
#define vtkGetObjectMacro(name, type)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkIncrementalPointLocator * Locator
const char * GetDataByteOrderAsString()
void SetDataByteOrderToLittleEndian()
#define vtkTypeMacro(thisClass, superclass)
#define VTKIOGEOMETRY_EXPORT
void SetDataByteOrderToBigEndian()
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkSetClampMacro(name, type, min, max)
void CreateDefaultLocator()
a simple class to control print indentation
#define vtkSetStringMacro(name)
Abstract class in support of both point location and point insertion.
#define vtkGetMacro(name, type)
vtkGetStringMacro(ExtensionsString)
void SetDataByteOrder(int)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
read binary marching cubes file
void SetLocator(vtkIncrementalPointLocator *locator)
Superclass for algorithms that produce only polydata as output.