vtkMultiThreshold::BooleanSet Class Reference

#include <vtkMultiThreshold.h>

Inheritance diagram for vtkMultiThreshold::BooleanSet:

Inheritance graph
[legend]
Collaboration diagram for vtkMultiThreshold::BooleanSet:

Collaboration graph
[legend]

List of all members.


Detailed Description

A subset of a mesh represented as a boolean set operation.

Definition at line 324 of file 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 BooleanSetGetBooleanSetPointer ()
 Avoid dynamic_casts. Subclasses must override.

Public Attributes

int Operator
 The boolean operation that will be performed on the inputs to obtain the output.
vtkstd::vector< int > Inputs
 A list of input sets. These may be IntervalSets or BooleanSets.

Constructor & Destructor Documentation

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 332 of file vtkMultiThreshold.h.

virtual vtkMultiThreshold::BooleanSet::~BooleanSet (  )  [inline, virtual]

Definition at line 336 of file vtkMultiThreshold.h.


Member Function Documentation

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 472 of file vtkMultiThreshold.h.


Member Data Documentation

The boolean operation that will be performed on the inputs to obtain the output.

Definition at line 327 of file vtkMultiThreshold.h.

A list of input sets. These may be IntervalSets or BooleanSets.

Definition at line 329 of file vtkMultiThreshold.h.


The documentation for this class was generated from the following file:

Generated on Sat Dec 27 13:38:11 2008 for VTK by  doxygen 1.5.6