vtkConvertSelectionDomain Class Reference

#include <vtkConvertSelectionDomain.h>

Inheritance diagram for vtkConvertSelectionDomain:

Inheritance graph
[legend]
Collaboration diagram for vtkConvertSelectionDomain:

Collaboration graph
[legend]

List of all members.


Detailed Description

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 47 of file vtkConvertSelectionDomain.h.


Public Types

typedef vtkPassInputTypeAlgorithm 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 vtkConvertSelectionDomainNew ()
static int IsTypeOf (const char *type)
static vtkConvertSelectionDomainSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkConvertSelectionDomain ()
 ~vtkConvertSelectionDomain ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillInputPortInformation (int port, vtkInformation *info)
virtual int FillOutputPortInformation (int port, vtkInformation *info)

Member Typedef Documentation

Reimplemented from vtkPassInputTypeAlgorithm.

Definition at line 51 of file vtkConvertSelectionDomain.h.


Constructor & Destructor Documentation

vtkConvertSelectionDomain::vtkConvertSelectionDomain (  )  [protected]

vtkConvertSelectionDomain::~vtkConvertSelectionDomain (  )  [protected]


Member Function Documentation

static vtkConvertSelectionDomain* vtkConvertSelectionDomain::New (  )  [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkPassInputTypeAlgorithm.

virtual const char* vtkConvertSelectionDomain::GetClassName (  )  [virtual]

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 ( vtkObject o  )  [static]

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.


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

Generated on Mon Sep 27 18:20:53 2010 for VTK by  doxygen 1.5.6