VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkContextMapper2D Class Reference

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

#include <vtkContextMapper2D.h>

Inherits vtkAlgorithm.

Public Types

typedef vtkAlgorithm Superclass
 

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

 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 35 of file vtkContextMapper2D.h.

Member Typedef Documentation

typedef vtkAlgorithm vtkContextMapper2D::Superclass

Definition at line 38 of file vtkContextMapper2D.h.

Constructor & Destructor Documentation

vtkContextMapper2D::vtkContextMapper2D ( )
protected
vtkContextMapper2D::~vtkContextMapper2D ( )
protected

Member Function Documentation

virtual const char* vtkContextMapper2D::GetClassName ( )
virtual
static int vtkContextMapper2D::IsTypeOf ( const char *  type)
static
virtual int vtkContextMapper2D::IsA ( const char *  type)
virtual
static vtkContextMapper2D* vtkContextMapper2D::SafeDownCast ( vtkObject o)
static
virtual void vtkContextMapper2D::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual
static vtkContextMapper2D* vtkContextMapper2D::New ( )
static
virtual void vtkContextMapper2D::SetInput ( 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.

vtkDataArray* vtkContextMapper2D::GetInputArrayToProcess ( int  idx,
vtkDataObject input 
)
inline

Make the arrays accessible to the plot objects.

Definition at line 50 of file vtkContextMapper2D.h.

vtkAbstractArray* vtkContextMapper2D::GetInputAbstractArrayToProcess ( int  idx,
vtkDataObject input 
)
inline

Definition at line 57 of file vtkContextMapper2D.h.

virtual int vtkContextMapper2D::FillInputPortInformation ( int  port,
vtkInformation info 
)
protectedvirtual

Specify the types of input we can handle.


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