ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkContextMapper2D Class Reference

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

Inheritance diagram for Kitware.VTK.vtkContextMapper2D:
[legend]
Collaboration diagram for Kitware.VTK.vtkContextMapper2D:
[legend]

List of all members.

Public Member Functions

 vtkContextMapper2D (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkContextMapper2D ()
 Undocumented Block.
virtual vtkTable GetInput ()
 Set/Get the input for this object - only accepts vtkTable as input.
vtkAbstractArray GetInputAbstractArrayToProcess (int idx, vtkDataObject input)
 Make the arrays accessible to the plot objects.
vtkDataArray GetInputArrayToProcess (int idx, vtkDataObject input)
 Make the arrays accessible to the plot objects.
override int IsA (string type)
 Undocumented Block.
new vtkContextMapper2D NewInstance ()
 Undocumented Block.
virtual void SetInput (vtkTable input)
 Set/Get the input for this object - only accepts vtkTable as input.

Static Public Member Functions

static new vtkContextMapper2D New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkContextMapper2D SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkContextMapper2D"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "18vtkContextMapper2D"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkContextMapper2D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkContextMapper2D_GetInput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkContextMapper2D_GetInputAbstractArrayToProcess_02 (HandleRef pThis, int idx, HandleRef input, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkContextMapper2D_GetInputArrayToProcess_03 (HandleRef pThis, int idx, HandleRef input, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkContextMapper2D_IsA_04 (HandleRef pThis, string type)
static internal int vtkContextMapper2D_IsTypeOf_05 (string type)
static internal IntPtr vtkContextMapper2D_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkContextMapper2D_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkContextMapper2D_SetInput_09 (HandleRef pThis, HandleRef input)

Static Private Member Functions

static vtkContextMapper2D ()
 Automatically generated type registration mechanics.

Detailed Description

vtkContextMapper2D - Abstract class for 2D context mappers.

Description

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


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkContextMapper2D.vtkContextMapper2D ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkContextMapper2D.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkAlgorithm.

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

Here is the call graph for this function:

Make the arrays accessible to the plot objects.

Here is the call graph for this function:

Make the arrays accessible to the plot objects.

Here is the call graph for this function:

override int Kitware.VTK.vtkContextMapper2D.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

static new int Kitware.VTK.vtkContextMapper2D.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkContextMapper2D.SetInput ( vtkTable  input) [virtual]

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

static internal IntPtr Kitware.VTK.vtkContextMapper2D.vtkContextMapper2D_GetInput_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkContextMapper2D.vtkContextMapper2D_GetInputAbstractArrayToProcess_02 ( HandleRef  pThis,
int  idx,
HandleRef  input,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkContextMapper2D.vtkContextMapper2D_GetInputArrayToProcess_03 ( HandleRef  pThis,
int  idx,
HandleRef  input,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkContextMapper2D.vtkContextMapper2D_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkContextMapper2D.vtkContextMapper2D_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkContextMapper2D.vtkContextMapper2D_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkContextMapper2D.vtkContextMapper2D_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkContextMapper2D.vtkContextMapper2D_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkContextMapper2D.vtkContextMapper2D_SetInput_09 ( HandleRef  pThis,
HandleRef  input 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkContextMapper2D.MRClassNameKey = "18vtkContextMapper2D" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkAlgorithm.

new const string Kitware.VTK.vtkContextMapper2D.MRFullTypeName = "Kitware.VTK.vtkContextMapper2D"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkAlgorithm.


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