50 #ifndef vtkSpatialRepresentationFilter_h 51 #define vtkSpatialRepresentationFilter_h 53 #include "vtkFiltersGeneralModule.h" 58 class vtkSpatialRepresentationFilterInternal;
71 virtual void SetSpatialRepresentation(
vtkLocator*);
72 vtkGetObjectMacro(SpatialRepresentation,
vtkLocator);
80 vtkGetMacro(MaximumLevel,
int);
86 void AddLevel(
int level);
97 vtkSetMacro(GenerateLeaves,
bool);
98 vtkGetMacro(GenerateLeaves,
bool);
99 vtkBooleanMacro(GenerateLeaves,
bool);
121 vtkSpatialRepresentationFilterInternal* Internal;
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