|  | 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;
 
   68   virtual void SetSpatialRepresentation(
vtkLocator*);
 
   69   vtkGetObjectMacro(SpatialRepresentation, 
vtkLocator);
 
   77   vtkGetMacro(MaximumLevel, 
int);
 
   83   void AddLevel(
int level);
 
   94   vtkSetMacro(GenerateLeaves, 
bool);
 
   95   vtkGetMacro(GenerateLeaves, 
bool);
 
   96   vtkBooleanMacro(GenerateLeaves, 
bool);
 
  117   vtkSpatialRepresentationFilterInternal* Internal;
 
  
static vtkMultiBlockDataSetAlgorithm * New()
generate polygonal model of spatial search object (i.e., a vtkLocator)
vtkLocator * SpatialRepresentation
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
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.
void ReportReferences(vtkGarbageCollector *) override
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.