Go to the documentation of this file.
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);
98 vtkGetMacro(GenerateLeaves,
bool);
121 vtkSpatialRepresentationFilterInternal* Internal;
static vtkMultiBlockDataSetAlgorithm * New()
generate polygonal model of spatial search object (i.e., a vtkLocator)
abstract base class for objects that accelerate spatial searches
a simple class to control print indentation
Detect and break reference loops.
abstract class to specify dataset behavior
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.