49 #ifndef __vtkSpatialRepresentationFilter_h
50 #define __vtkSpatialRepresentationFilter_h
52 #include "vtkFiltersGeneralModule.h"
57 class vtkSpatialRepresentationFilterInternal;
64 void PrintSelf(ostream& os, vtkIndent indent);
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);
96 vtkInformationVector**,
97 vtkInformationVector*);
110 vtkSpatialRepresentationFilterInternal* Internal;
abstract base class for objects that accelerate spatial searches
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkMultiBlockDataSetAlgorithm * New()
virtual void ReportReferences(vtkGarbageCollector *)
generate polygonal model of spatial search object (i.e., a vtkLocator)
virtual int FillInputPortInformation(int port, vtkInformation *info)
void PrintSelf(ostream &os, vtkIndent indent)
vtkLocator * SpatialRepresentation