12 #ifndef vtkFrustumSelector_h
13 #define vtkFrustumSelector_h
15 #include "vtkFiltersExtractionModule.h"
20 VTK_ABI_NAMESPACE_BEGIN
65 void CreateFrustum(
double vertices[32]);
82 int OverallBoundsTest(
double bounds[6]);
a node in a vtkSelection the defines the selection criteria.
vtkFrustumSelector is a vtkSelector that selects elements based on whether they are inside or interse...
vtkTypeUInt32 vtkMTimeType
abstract class to specify dataset behavior
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
implicit function for convex set of planes
std::pair< boost::graph_traits< vtkGraph * >::vertex_iterator, boost::graph_traits< vtkGraph * >::vertex_iterator > vertices(vtkGraph *g)
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...
a simple class to control print indentation
vtkSmartPointer< vtkPlanes > Frustum
virtual vtkMTimeType GetMTime()
Return this object's modified time.
dynamic, self-adjusting array of signed char
virtual void Initialize(vtkSelectionNode *node)
Sets the vtkSelectionNode used by this selection operator and initializes the data structures in the ...
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.