#include <vtkMultiThreshold.h>
Definition at line 303 of file 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. |
virtual vtkMultiThreshold::Interval::~Interval | ( | ) | [inline, virtual] |
Definition at line 318 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] |
vtkMultiThreshold::Interval * vtkMultiThreshold::Interval::GetIntervalPointer | ( | ) | [inline, virtual] |
The values defining the interval. These must be in ascending order.
Definition at line 306 of file vtkMultiThreshold.h.
Are the endpoint values themselves included in the set (CLOSED) or not (OPEN)?
Definition at line 308 of file vtkMultiThreshold.h.
This contains information about the attribute over which the interval is defined.
Definition at line 310 of file vtkMultiThreshold.h.