|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   24 #ifndef vtkFrustumSelector_h 
   25 #define vtkFrustumSelector_h 
   27 #include "vtkFiltersExtractionModule.h"  
   75   void CreateFrustum(
double vertices[32]);
 
   88   int OverallBoundsTest(
double bounds[6]);
 
  
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
A node in a selection tree. Used to store selection results.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
virtual bool ComputeSelectedElements(vtkDataObject *input, vtkSignedCharArray *insidednessArray)=0
This method computes whether or not each element in the dataset is inside the selection and populates...
dynamic, self-adjusting array of signed char
implicit function for convex set of planes
virtual vtkMTimeType GetMTime()
Return this object's modified time.
a simple class to control print indentation
virtual void Initialize(vtkSelectionNode *node)
Sets the vtkSelectionNode used by this selection operator and initializes the data structures in the ...
abstract class to specify dataset behavior
vtkSmartPointer< vtkPlanes > Frustum
std::pair< boost::graph_traits< vtkGraph * >::vertex_iterator, boost::graph_traits< vtkGraph * >::vertex_iterator > vertices(vtkGraph *g)
general representation of visualization data
vtkTypeUInt32 vtkMTimeType