 |
VTK
9.0.1
|
Go to the documentation of this file.
47 #ifndef vtkSpatialRepresentationFilter_h
48 #define vtkSpatialRepresentationFilter_h
50 #include "vtkFiltersGeneralModule.h"
55 class vtkSpatialRepresentationFilterInternal;
77 vtkGetMacro(MaximumLevel,
int);
94 vtkSetMacro(GenerateLeaves,
bool);
95 vtkGetMacro(GenerateLeaves,
bool);
96 vtkBooleanMacro(GenerateLeaves,
bool);
117 vtkSpatialRepresentationFilterInternal* Internal;
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void AddLevel(int level)
Add a level to be computed.
generate polygonal model of spatial search object (i.e., a vtkLocator)
static vtkSpatialRepresentationFilter * New()
void ReportReferences(vtkGarbageCollector *) override
vtkLocator * SpatialRepresentation
abstract base class for objects that accelerate spatial searches
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkSpatialRepresentationFilter() override
void ResetLevels()
Remove all levels.
a simple class to control print indentation
Detect and break reference loops.
virtual void SetSpatialRepresentation(vtkLocator *)
Set/Get the locator that will be used to generate the representation.
abstract class to specify dataset behavior
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
vtkSpatialRepresentationFilter()
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.