49 #ifndef vtkSpatialRepresentationFilter_h
50 #define vtkSpatialRepresentationFilter_h
57 class vtkSpatialRepresentationFilterInternal;
68 virtual void SetSpatialRepresentation(
vtkLocator*);
69 vtkGetObjectMacro(SpatialRepresentation,
vtkLocator);
75 vtkGetMacro(MaximumLevel,
int);
79 void AddLevel(
int level);
86 vtkSetMacro(GenerateLeaves,
bool);
87 vtkGetMacro(GenerateLeaves,
bool);
88 vtkBooleanMacro(GenerateLeaves,
bool);
110 vtkSpatialRepresentationFilterInternal* Internal;
abstract class to specify dataset behavior
abstract base class for objects that accelerate spatial searches
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Detect and break reference loops.
static vtkMultiBlockDataSetAlgorithm * New()
virtual void ReportReferences(vtkGarbageCollector *)
a simple class to control print indentation
generate polygonal model of spatial search object (i.e., a vtkLocator)
#define VTKFILTERSGENERAL_EXPORT
virtual int FillInputPortInformation(int port, vtkInformation *info)
void PrintSelf(ostream &os, vtkIndent indent)
vtkLocator * SpatialRepresentation