VTK
9.1.0
|
A base class for representing threshold sets. More...
#include <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 ()=default |
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. | |
A base class for representing threshold sets.
A set may be represented as a threshold interval over some attribute or as a boolean combination of sets.
Definition at line 344 of file vtkMultiThreshold.h.
|
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 353 of file vtkMultiThreshold.h.
|
virtualdefault |
Virtual destructor since we have virtual members.
|
virtual |
Print a graphviz node label statement (with fancy node name and shape).
|
pure virtual |
Print a graphviz node name for use in an edge statement.
Implemented in vtkMultiThreshold::Interval, and vtkMultiThreshold::BooleanSet.
|
inlinevirtual |
Avoid dynamic_casts. Subclasses must override.
Reimplemented in vtkMultiThreshold::BooleanSet.
Definition at line 544 of file vtkMultiThreshold.h.
|
inlinevirtual |
Reimplemented in vtkMultiThreshold::Interval.
Definition at line 539 of file vtkMultiThreshold.h.
int vtkMultiThreshold::Set::Id |
Definition at line 347 of file vtkMultiThreshold.h.
int vtkMultiThreshold::Set::OutputId |
A unique identifier for this set.
Definition at line 348 of file vtkMultiThreshold.h.