24 #ifndef vtkFrustumSelector_h 25 #define vtkFrustumSelector_h 27 #include "vtkFiltersExtractionModule.h" 66 unsigned int amrLevel,
unsigned int amrIndex)
override;
77 void CreateFrustum(
double vertices[32]);
90 int OverallBoundsTest(
double bounds[6]);
A node in a selection tree.
vtkTypeUInt32 vtkMTimeType
abstract class to specify dataset behavior
implicit function for convex set of planes
virtual void Initialize(vtkSelectionNode *node, const std::string &insidednessArrayName)
Sets the vtkSelectionNode used by this selection operator and initializes the data structures in the ...
a simple class to control print indentation
virtual bool ComputeSelectedElementsForBlock(vtkDataObject *input, vtkSignedCharArray *insidednessArray, unsigned int compositeIndex, unsigned int amrLevel, unsigned int amrIndex)=0
This method computes whether or not each element in the dataset is inside the selection and populates...
vtkSmartPointer< vtkPlanes > Frustum
virtual vtkMTimeType GetMTime()
Return this object's modified time.
std::pair< boost::graph_traits< vtkGraph * >::vertex_iterator, boost::graph_traits< vtkGraph * >::vertex_iterator > vertices(vtkGraph *g)
dynamic, self-adjusting array of signed char
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.