#include <vtkConvertSelectionDomain.h>
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, 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 to the output unchanged.
Definition at line 41 of file vtkConvertSelectionDomain.h.
Public Types | |
typedef vtkSelectionAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static vtkConvertSelectionDomain * | New () |
static int | IsTypeOf (const char *type) |
static vtkConvertSelectionDomain * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkConvertSelectionDomain () | |
~vtkConvertSelectionDomain () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
Reimplemented from vtkSelectionAlgorithm.
Definition at line 45 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 vtkSelectionAlgorithm.
virtual const char* vtkConvertSelectionDomain::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSelectionAlgorithm.
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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkSelectionAlgorithm.
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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkSelectionAlgorithm.
static vtkConvertSelectionDomain* vtkConvertSelectionDomain::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSelectionAlgorithm.
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 vtkSelectionAlgorithm.
virtual int vtkConvertSelectionDomain::RequestData | ( | vtkInformation * | request, | |
vtkInformationVector ** | inputVector, | |||
vtkInformationVector * | outputVector | |||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkSelectionAlgorithm.
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 vtkSelectionAlgorithm.