32 #ifndef vtkSphereTreeFilter_h
33 #define vtkSphereTreeFilter_h
35 #include "vtkFiltersCoreModule.h"
38 #define VTK_SPHERE_TREE_LEVELS 0
39 #define VTK_SPHERE_TREE_POINT 1
40 #define VTK_SPHERE_TREE_LINE 2
41 #define VTK_SPHERE_TREE_PLANE 3
43 VTK_ABI_NAMESPACE_BEGIN
79 vtkSetMacro(ExtractionMode,
int);
80 vtkGetMacro(ExtractionMode,
int);
85 const char* GetExtractionModeAsString();
94 vtkSetMacro(TreeHierarchy,
bool);
95 vtkGetMacro(TreeHierarchy,
bool);
96 vtkBooleanMacro(TreeHierarchy,
bool);
108 vtkGetMacro(Level,
int);
116 vtkSetVector3Macro(Point,
double);
117 vtkGetVectorMacro(Point,
double, 3);
126 vtkSetVector3Macro(Ray,
double);
127 vtkGetVectorMacro(Ray,
double, 3);
135 vtkSetVector3Macro(
Normal,
double);
136 vtkGetVectorMacro(
Normal,
double, 3);
164 VTK_ABI_NAMESPACE_END
void SetExtractionModeToLine()
Specify what information this filter is to extract from the sphere tree.
vtkTypeUInt32 vtkMTimeType
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
#define VTK_SPHERE_TREE_PLANE
represent a sphere tree as vtkPolyData
void SetExtractionModeToPoint()
Specify what information this filter is to extract from the sphere tree.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
void SetExtractionModeToPlane()
Specify what information this filter is to extract from the sphere tree.
#define VTK_SPHERE_TREE_POINT
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkSphereTree * SphereTree
#define VTK_SPHERE_TREE_LINE
class to build and traverse sphere trees
#define VTK_SPHERE_TREE_LEVELS
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetExtractionModeToLevels()
Specify what information this filter is to extract from the sphere tree.