VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkContextMapper2D Class Reference

Abstract class for 2D context mappers. More...

#include <vtkContextMapper2D.h>

Inheritance diagram for vtkContextMapper2D:
Inheritance graph
[legend]
Collaboration diagram for vtkContextMapper2D:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkAlgorithm Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkContextMapper2DNewInstance () const
virtual void PrintSelf (ostream &os, vtkIndent indent)
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input)
virtual void SetInputData (vtkTable *input)
virtual vtkTableGetInput ()
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input)

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkContextMapper2DSafeDownCast (vtkObjectBase *o)
static vtkContextMapper2DNew ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkContextMapper2D ()
 ~vtkContextMapper2D ()
virtual int FillInputPortInformation (int port, vtkInformation *info)

Detailed Description

Abstract class for 2D context mappers.

This class provides an abstract base for 2D context mappers. They currently only accept vtkTable objects as input.

Definition at line 36 of file vtkContextMapper2D.h.


Member Typedef Documentation

Reimplemented from vtkAlgorithm.

Definition at line 39 of file vtkContextMapper2D.h.


Constructor & Destructor Documentation


Member Function Documentation

static int vtkContextMapper2D::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 vtkAlgorithm.

virtual int vtkContextMapper2D::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 vtkAlgorithm.

Reimplemented from vtkAlgorithm.

virtual vtkObjectBase* vtkContextMapper2D::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkAlgorithm.

Reimplemented from vtkAlgorithm.

virtual void vtkContextMapper2D::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 vtkAlgorithm.

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

Reimplemented from vtkAlgorithm.

virtual void vtkContextMapper2D::SetInputData ( vtkTable input) [virtual]

Set/Get the input for this object - only accepts vtkTable as input.

virtual vtkTable* vtkContextMapper2D::GetInput ( ) [virtual]

Set/Get the input for this object - only accepts vtkTable as input.

Make the arrays accessible to the plot objects.

Reimplemented from vtkAlgorithm.

Definition at line 51 of file vtkContextMapper2D.h.

Filters that have multiple connections on one port can use this signature. This will override the connection id that the user set in SetInputArrayToProcess() with the connection id passed. This way, the user specifies one array to process and that information is used to obtain arrays for all the connection on the port with the appropriate connection id substituted.

Reimplemented from vtkAlgorithm.

Definition at line 58 of file vtkContextMapper2D.h.

virtual int vtkContextMapper2D::FillInputPortInformation ( int  port,
vtkInformation info 
) [protected, virtual]

Specify the types of input we can handle.

Reimplemented from vtkAlgorithm.


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