VTK
|
Convert a selection from one domain to another. More...
#include <vtkConvertSelectionDomain.h>
Public Types | |
typedef vtkPassInputTypeAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkConvertSelectionDomain * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static vtkConvertSelectionDomain * | New () |
static int | IsTypeOf (const char *type) |
static vtkConvertSelectionDomain * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkConvertSelectionDomain () | |
~vtkConvertSelectionDomain () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
virtual int | FillOutputPortInformation (int port, vtkInformation *info) |
Convert a selection from one domain to another.
vtkConvertSelectionDomain converts a selection from one domain to another using known domain mappings. The domain mappings are described by a vtkMultiBlockDataSet containing one or more vtkTables.
The first input port is for the input selection (or collection of annotations in a vtkAnnotationLayers object), while the second port is for the multi-block of mappings, and the third port is for the data that is being selected on.
If the second or third port is not set, this filter will pass the selection/annotation to the output unchanged.
The second output is the selection associated with the "current annotation" normally representing the current interactive selection.
Definition at line 48 of file vtkConvertSelectionDomain.h.
Reimplemented from vtkPassInputTypeAlgorithm.
Definition at line 52 of file vtkConvertSelectionDomain.h.
vtkConvertSelectionDomain::vtkConvertSelectionDomain | ( | ) | [protected] |
vtkConvertSelectionDomain::~vtkConvertSelectionDomain | ( | ) | [protected] |
static vtkConvertSelectionDomain* vtkConvertSelectionDomain::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkPassInputTypeAlgorithm.
static int vtkConvertSelectionDomain::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkPassInputTypeAlgorithm.
virtual int vtkConvertSelectionDomain::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkPassInputTypeAlgorithm.
static vtkConvertSelectionDomain* vtkConvertSelectionDomain::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkPassInputTypeAlgorithm.
virtual vtkObjectBase* vtkConvertSelectionDomain::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkPassInputTypeAlgorithm.
Reimplemented from vtkPassInputTypeAlgorithm.
void vtkConvertSelectionDomain::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkPassInputTypeAlgorithm.
virtual int vtkConvertSelectionDomain::RequestData | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
This is called within ProcessRequest when a request asks the algorithm to do its work. This is the method you should override to do whatever the algorithm is designed to do. This happens during the fourth pass in the pipeline execution process.
Reimplemented from vtkPassInputTypeAlgorithm.
virtual int vtkConvertSelectionDomain::FillInputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) | [protected, virtual] |
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkPassInputTypeAlgorithm.
virtual int vtkConvertSelectionDomain::FillOutputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) | [protected, virtual] |
Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkPassInputTypeAlgorithm.