#include <vtkMultiThreshold.h>

A set may be represented as a threshold interval over some attribute or as a boolean combination of sets.
Definition at line 282 of file vtkMultiThreshold.h.
Public Member Functions | |
| Set () | |
| The index of the output mesh that will hold this set or -1 if the set is not output.   | |
| virtual | ~Set () | 
| Virtual destructor since we have virtual members.   | |
| virtual void | PrintNodeName (ostream &os) | 
| Print a graphviz node label statement (with fancy node name and shape).   | |
| virtual void | PrintNode (ostream &os)=0 | 
| Print a graphviz node name for use in an edge statement.   | |
| virtual BooleanSet * | GetBooleanSetPointer () | 
| Avoid dynamic_casts. Subclasses must override.   | |
| virtual Interval * | GetIntervalPointer () | 
Public Attributes | |
| int | Id | 
| int | OutputId | 
| A unique identifier for this set.   | |
| vtkMultiThreshold::Set::Set | ( | ) |  [inline] | 
        
The index of the output mesh that will hold this set or -1 if the set is not output.
Default constructur. The grid output ID is initialized to indicate that the set should not be output.
Definition at line 288 of file vtkMultiThreshold.h.
| virtual vtkMultiThreshold::Set::~Set | ( | ) |  [inline, virtual] | 
        
Virtual destructor since we have virtual members.
Definition at line 292 of file vtkMultiThreshold.h.
| virtual void vtkMultiThreshold::Set::PrintNodeName | ( | ostream & | os | ) |  [virtual] | 
        
Print a graphviz node label statement (with fancy node name and shape).
| virtual void vtkMultiThreshold::Set::PrintNode | ( | ostream & | os | ) |  [pure virtual] | 
        
Print a graphviz node name for use in an edge statement.
Implemented in vtkMultiThreshold::Interval, and vtkMultiThreshold::BooleanSet.
| vtkMultiThreshold::BooleanSet * vtkMultiThreshold::Set::GetBooleanSetPointer | ( | ) |  [inline, virtual] | 
        
Avoid dynamic_casts. Subclasses must override.
Reimplemented in vtkMultiThreshold::BooleanSet.
Definition at line 462 of file vtkMultiThreshold.h.
| vtkMultiThreshold::Interval * vtkMultiThreshold::Set::GetIntervalPointer | ( | ) |  [inline, virtual] | 
        
Definition at line 284 of file vtkMultiThreshold.h.
 1.5.6