VTK
|
A subset of a mesh represented as a boolean set operation. More...
#include <vtkMultiThreshold.h>
Public Member Functions | |
BooleanSet (int sId, int op, int *inBegin, int *inEnd) | |
Construct a new set with the given ID, operator, and inputs. | |
virtual | ~BooleanSet () |
virtual void | PrintNode (ostream &os) |
Print a graphviz node name for use in an edge statement. | |
virtual BooleanSet * | GetBooleanSetPointer () |
Avoid dynamic_casts. Subclasses must override. | |
Public Attributes | |
int | Operator |
The boolean operation that will be performed on the inputs to obtain the output. | |
std::vector< int > | Inputs |
A list of input sets. These may be IntervalSets or BooleanSets. |
A subset of a mesh represented as a boolean set operation.
Definition at line 325 of file vtkMultiThreshold.h.
vtkMultiThreshold::BooleanSet::BooleanSet | ( | int | sId, |
int | op, | ||
int * | inBegin, | ||
int * | inEnd | ||
) | [inline] |
Construct a new set with the given ID, operator, and inputs.
Definition at line 333 of file vtkMultiThreshold.h.
virtual vtkMultiThreshold::BooleanSet::~BooleanSet | ( | ) | [inline, virtual] |
Definition at line 337 of file vtkMultiThreshold.h.
virtual void vtkMultiThreshold::BooleanSet::PrintNode | ( | ostream & | os | ) | [virtual] |
Print a graphviz node name for use in an edge statement.
Implements vtkMultiThreshold::Set.
vtkMultiThreshold::BooleanSet * vtkMultiThreshold::BooleanSet::GetBooleanSetPointer | ( | ) | [inline, virtual] |
Avoid dynamic_casts. Subclasses must override.
Reimplemented from vtkMultiThreshold::Set.
Definition at line 473 of file vtkMultiThreshold.h.
The boolean operation that will be performed on the inputs to obtain the output.
Definition at line 328 of file vtkMultiThreshold.h.
std::vector<int> vtkMultiThreshold::BooleanSet::Inputs |
A list of input sets. These may be IntervalSets or BooleanSets.
Definition at line 330 of file vtkMultiThreshold.h.