|
ActiViz .NET
5.8.0
|
vtkContextMapper2D - Abstract class for 2D context mappers. More...
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. | |
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.
| static Kitware.VTK.vtkContextMapper2D.vtkContextMapper2D | ( | ) | [static, private] |
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.
| 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.
| virtual vtkTable Kitware.VTK.vtkContextMapper2D.GetInput | ( | ) | [virtual] |
Set/Get the input for this object - only accepts vtkTable as input.
| vtkAbstractArray Kitware.VTK.vtkContextMapper2D.GetInputAbstractArrayToProcess | ( | int | idx, |
| vtkDataObject | input | ||
| ) |
Make the arrays accessible to the plot objects.
| vtkDataArray Kitware.VTK.vtkContextMapper2D.GetInputArrayToProcess | ( | int | idx, |
| vtkDataObject | input | ||
| ) |
Make the arrays accessible to the plot objects.
| 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.
| static new vtkContextMapper2D Kitware.VTK.vtkContextMapper2D.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
| static new vtkContextMapper2D Kitware.VTK.vtkContextMapper2D.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
| 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] |
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.
1.7.6.1