49 #ifndef __vtkSpatialRepresentationFilter_h
50 #define __vtkSpatialRepresentationFilter_h
52 #include "vtkFiltersGeneralModule.h"
53 #include "vtkMultiBlockDataSetAlgorithm.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);
95 virtual int RequestData(vtkInformation*,
96 vtkInformationVector**,
97 vtkInformationVector*);
104 virtual void ReportReferences(vtkGarbageCollector*);
105 virtual int FillInputPortInformation(
int, vtkInformation*);
110 vtkSpatialRepresentationFilterInternal* Internal;
generate polygonal model of spatial search object (i.e., a vtkLocator)
vtkLocator * SpatialRepresentation