VTK
|
A subset of a mesh represented by a range of acceptable attribute values. More...
#include <vtkMultiThreshold.h>
Public Member Functions | |
int | Match (double cellNorm[2]) |
Does the specified range fall inside the interval? For cell-centered attributes, only cellNorm[0] is examined. | |
virtual | ~Interval () |
virtual void | PrintNode (ostream &os) |
Print a graphviz node name for use in an edge statement. | |
virtual Interval * | GetIntervalPointer () |
Public Attributes | |
double | EndpointValues [2] |
The values defining the interval. These must be in ascending order. | |
int | EndpointClosures [2] |
Are the endpoint values themselves included in the set (CLOSED) or not (OPEN)? | |
NormKey | Norm |
This contains information about the attribute over which the interval is defined. |
A subset of a mesh represented by a range of acceptable attribute values.
Definition at line 304 of file vtkMultiThreshold.h.
virtual vtkMultiThreshold::Interval::~Interval | ( | ) | [inline, virtual] |
Definition at line 319 of file vtkMultiThreshold.h.
int vtkMultiThreshold::Interval::Match | ( | double | cellNorm[2] | ) |
Does the specified range fall inside the interval? For cell-centered attributes, only cellNorm[0] is examined.
For point-centered attributes, cellNorm[0] is the minimum norm taken on over the cell and cellNorm[1] is the maximum.
virtual void vtkMultiThreshold::Interval::PrintNode | ( | ostream & | os | ) | [virtual] |
Print a graphviz node name for use in an edge statement.
Implements vtkMultiThreshold::Set.
vtkMultiThreshold::Interval * vtkMultiThreshold::Interval::GetIntervalPointer | ( | ) | [inline, virtual] |
Reimplemented from vtkMultiThreshold::Set.
Definition at line 468 of file vtkMultiThreshold.h.
The values defining the interval. These must be in ascending order.
Definition at line 307 of file vtkMultiThreshold.h.
Are the endpoint values themselves included in the set (CLOSED) or not (OPEN)?
Definition at line 309 of file vtkMultiThreshold.h.
This contains information about the attribute over which the interval is defined.
Definition at line 311 of file vtkMultiThreshold.h.