43 #ifndef vtkVoxelContoursToSurfaceFilter_h 44 #define vtkVoxelContoursToSurfaceFilter_h 46 #include "vtkFiltersGeneralModule.h" 64 vtkGetMacro( MemoryLimitInBytes,
int );
67 vtkSetVector3Macro( Spacing,
double );
68 vtkGetVectorMacro( Spacing,
double, 3 );
76 int MemoryLimitInBytes;
89 int WorkingListLength;
91 double *IntersectionList;
92 int IntersectionListLength;
94 void AddLineToLineList(
double x1,
double y1,
double x2,
double y2 );
97 void CastLines(
float *slice,
double gridOrigin[3],
98 int gridSize[3],
int type );
100 void PushDistances(
float *ptr,
int gridSize[3],
int chunkSize );
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
create surface from contours
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.