 |
VTK
9.0.1
|
Go to the documentation of this file.
37 #ifndef vtkHyperTreeGridContour_h
38 #define vtkHyperTreeGridContour_h
41 #include "vtkFiltersHyperTreeModule.h"
80 void CreateDefaultLocator();
91 void SetValue(
int,
double);
94 void GetValues(
double*);
95 void SetNumberOfContours(
int);
97 void GenerateValues(
int,
double[2]);
98 void GenerateValues(
int,
double,
double);
248 int numContours,
double rangeStart,
double rangeEnd)
253 #endif // vtkHyperTreeGridContour_h
vtkIncrementalPointLocator * Locator
Spatial locator to merge points.
Objects for traversal a HyperTreeGrid.
double * GetValues()
Return a pointer to a list of contour values.
int GetNumberOfContours()
Return the number of contours in the.
represent and manipulate point attribute data
vtkBitArray ** CellSigns
Sign of isovalue if cell not treated.
dynamic, self-adjusting array of unsigned char
std::vector< bool > Signs
Storage for signs relative to current contour value.
Extract cells from a hyper tree grid where selected scalar value is within given range.
vtkContourHelper * Helper
Pointers needed to perform isocontouring.
virtual int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *)=0
Main routine to process individual trees in the grid This is pure virtual method to be implemented by...
Objects for traversal a HyperTreeGrid.
abstract superclass for arrays of numeric data
void GenerateValues(int, double[2])
Generate numContours equally spaced contour values between specified range.
cell represents a 1D line
vtkContourValues * ContourValues
Storage for contour values.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetNumberOfContours(int)
Set the number of contours to place into the list.
vtkDataArray * InScalars
Keep track of selected input scalars.
vtkUnsignedCharArray * InGhostArray
virtual vtkMTimeType GetMTime()
Return this object's modified time.
helper object to manage setting and generating contour values
a simple class to control print indentation
void GenerateValues(int numContours, double range[2])
Generate numContours equally spaced contour values between specified range.
double GetValue(int i)
Get the ith contour value.
Abstract class in support of both point location and point insertion.
list of point or cell ids
void SetValue(int i, double value)
Set the ith contour value.
A utility class used by various contour filters.
double GetValue(int)
Get the ith contour value.
static vtkAlgorithm * New()
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
a cell that represents an orthogonal quadrilateral
void SetValue(int, double)
Methods (inlined) to set / get contour values.
vtkIdType CurrentId
Keep track of current index in output polydata.
dynamic, self-adjusting array of bits
vtkDataArray * CellScalars
general representation of visualization data
Superclass for algorithms that produce a hyper tree grid as output.
void SetNumberOfContours(const int number)
Set the number of contours to place into the list.
double * GetValues()
Get a pointer to an array of contour values.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
vtkBitArray * SelectedCells
Storage for pre-selected cells to be processed.
vtkIdType GetNumberOfContours()
Get the number of contours in the list of contour values.
vtkTypeUInt32 vtkMTimeType
a cell that represents a 3D orthogonal parallelepiped