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.vtkCastToConcrete Class Reference

vtkCastToConcrete - works around type-checking limitations More...

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

List of all members.

Public Member Functions

 vtkCastToConcrete (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkCastToConcrete ()
 Undocumented Block.
override int IsA (string type)
 Undocumented Block.
new vtkCastToConcrete NewInstance ()
 Undocumented Block.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "17vtkCastToConcrete"
 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 vtkCastToConcrete_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkCastToConcrete_IsA_01 (HandleRef pThis, string type)
static internal int vtkCastToConcrete_IsTypeOf_02 (string type)
static internal IntPtr vtkCastToConcrete_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkCastToConcrete_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkCastToConcrete ()
 Automatically generated type registration mechanics.

Detailed Description

vtkCastToConcrete - works around type-checking limitations

Description vtkCastToConcrete is a filter that works around type-checking limitations in the filter classes. Some filters generate abstract types on output, and cannot be connected to the input of filters requiring a concrete input type. For example, vtkElevationFilter generates vtkDataSet for output, and cannot be connected to vtkDecimate, because vtkDecimate requires vtkPolyData as input. This is true even though (in this example) the input to vtkElevationFilter is of type vtkPolyData, and you know the output of vtkElevationFilter is the same type as its input.

vtkCastToConcrete performs run-time checking to insure that output type is of the right type. An error message will result if you try to cast an input type improperly. Otherwise, the filter performs the appropriate cast and returns the data.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkCastToConcrete.vtkCastToConcrete ( 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.vtkCastToConcrete.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.vtkDataSetAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Here is the call graph for this function:

static internal int Kitware.VTK.vtkCastToConcrete.vtkCastToConcrete_IsA_01 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkCastToConcrete.vtkCastToConcrete_IsTypeOf_02 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkCastToConcrete.vtkCastToConcrete_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCastToConcrete.vtkCastToConcrete_NewInstance_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCastToConcrete.vtkCastToConcrete_SafeDownCast_05 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkCastToConcrete.MRClassNameKey = "17vtkCastToConcrete" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.


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