38 #ifndef vtkSpatialRepresentationFilter_h
39 #define vtkSpatialRepresentationFilter_h
41 #include "vtkFiltersGeneralModule.h"
44 VTK_ABI_NAMESPACE_BEGIN
47 class vtkSpatialRepresentationFilterInternal;
60 virtual void SetSpatialRepresentation(
vtkLocator*);
61 vtkGetObjectMacro(SpatialRepresentation,
vtkLocator);
69 vtkGetMacro(MaximumLevel,
int);
75 void AddLevel(
int level);
86 vtkSetMacro(GenerateLeaves,
bool);
87 vtkGetMacro(GenerateLeaves,
bool);
88 vtkBooleanMacro(GenerateLeaves,
bool);
109 vtkSpatialRepresentationFilterInternal* Internal;
112 VTK_ABI_NAMESPACE_END
abstract class to specify dataset behavior
void ReportReferences(vtkGarbageCollector *) override
abstract base class for objects that accelerate spatial searches
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Detect and break reference loops.
static vtkMultiBlockDataSetAlgorithm * New()
a simple class to control print indentation
generate polygonal model of spatial search object (i.e., a vtkLocator)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkLocator * SpatialRepresentation