 |
VTK
9.0.1
|
Go to the documentation of this file.
43 #ifndef vtkVoxelContoursToSurfaceFilter_h
44 #define vtkVoxelContoursToSurfaceFilter_h
46 #include "vtkFiltersGeneralModule.h"
63 vtkSetMacro(MemoryLimitInBytes,
int);
64 vtkGetMacro(MemoryLimitInBytes,
int);
67 vtkSetVector3Macro(Spacing,
double);
68 vtkGetVectorMacro(Spacing,
double, 3);
97 void CastLines(
float* slice,
double gridOrigin[3],
int gridSize[3],
int type);
~vtkVoxelContoursToSurfaceFilter() override
double * IntersectionList
void CastLines(float *slice, double gridOrigin[3], int gridSize[3], int type)
static vtkVoxelContoursToSurfaceFilter * New()
a simple class to control print indentation
void AddLineToLineList(double x1, double y1, double x2, double y2)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void PushDistances(float *ptr, int gridSize[3], int chunkSize)
int IntersectionListLength
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
create surface from contours
vtkVoxelContoursToSurfaceFilter()
Superclass for algorithms that produce only polydata as output.