| 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.  More... | |
| virtual | ~Interval () | 
| virtual void | PrintNode (ostream &os) | 
| Print a graphviz node name for use in an edge statement.  More... | |
| virtual Interval * | GetIntervalPointer () | 
|  Public Member Functions inherited from vtkMultiThreshold::Set | |
| Set () | |
| The index of the output mesh that will hold this set or -1 if the set is not output.  More... | |
| virtual | ~Set () | 
| Virtual destructor since we have virtual members.  More... | |
| virtual void | PrintNodeName (ostream &os) | 
| Print a graphviz node label statement (with fancy node name and shape).  More... | |
| virtual BooleanSet * | GetBooleanSetPointer () | 
| Avoid dynamic_casts. Subclasses must override.  More... | |
| Public Attributes | |
| double | EndpointValues [2] | 
| The values defining the interval. These must be in ascending order.  More... | |
| int | EndpointClosures [2] | 
| Are the endpoint values themselves included in the set (CLOSED) or not (OPEN)?  More... | |
| NormKey | Norm | 
| This contains information about the attribute over which the interval is defined.  More... | |
|  Public Attributes inherited from vtkMultiThreshold::Set | |
| int | Id | 
| int | OutputId | 
| A unique identifier for this set.  More... | |
A subset of a mesh represented by a range of acceptable attribute values.
Definition at line 307 of file vtkMultiThreshold.h.
| 
 | inlinevirtual | 
Definition at line 322 of file vtkMultiThreshold.h.
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 | 
Print a graphviz node name for use in an edge statement.
Implements vtkMultiThreshold::Set.
| 
 | inlinevirtual | 
Reimplemented from vtkMultiThreshold::Set.
Definition at line 471 of file vtkMultiThreshold.h.
| double vtkMultiThreshold::Interval::EndpointValues[2] | 
The values defining the interval. These must be in ascending order.
Definition at line 310 of file vtkMultiThreshold.h.
| int vtkMultiThreshold::Interval::EndpointClosures[2] | 
Are the endpoint values themselves included in the set (CLOSED) or not (OPEN)?
Definition at line 312 of file vtkMultiThreshold.h.
| NormKey vtkMultiThreshold::Interval::Norm | 
This contains information about the attribute over which the interval is defined.
Definition at line 314 of file vtkMultiThreshold.h.
 1.8.9.1
 1.8.9.1