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

vtkVersion - Versioning class for vtk More...

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

List of all members.

Public Member Functions

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

Static Public Member Functions

static new vtkVersion New ()
 Undocumented Block.
static int GetVTKBuildVersion ()
 Return the version of vtk this object is a part of. A variety of methods are included. GetVTKSourceVersion returns a string with an identifier which timestamps a particular source tree.
static int GetVTKMajorVersion ()
 Return the version of vtk this object is a part of. A variety of methods are included. GetVTKSourceVersion returns a string with an identifier which timestamps a particular source tree.
static int GetVTKMinorVersion ()
 Return the version of vtk this object is a part of. A variety of methods are included. GetVTKSourceVersion returns a string with an identifier which timestamps a particular source tree.
static string GetVTKSourceVersion ()
 Return the version of vtk this object is a part of. A variety of methods are included. GetVTKSourceVersion returns a string with an identifier which timestamps a particular source tree.
static string GetVTKVersion ()
 Return the version of vtk this object is a part of. A variety of methods are included. GetVTKSourceVersion returns a string with an identifier which timestamps a particular source tree.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkVersion SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "10vtkVersion"
 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 vtkVersion_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkVersion_GetVTKBuildVersion_01 ()
static internal int vtkVersion_GetVTKMajorVersion_02 ()
static internal int vtkVersion_GetVTKMinorVersion_03 ()
static internal IntPtr vtkVersion_GetVTKSourceVersion_04 ()
static internal IntPtr vtkVersion_GetVTKVersion_05 ()
static internal int vtkVersion_IsA_06 (HandleRef pThis, string type)
static internal int vtkVersion_IsTypeOf_07 (string type)
static internal IntPtr vtkVersion_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkVersion_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkVersion ()
 Automatically generated type registration mechanics.

Detailed Description

vtkVersion - Versioning class for vtk

Description Holds methods for defining/determining the current vtk version (major, minor, build).


Constructor & Destructor Documentation

static Kitware.VTK.vtkVersion.vtkVersion ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkVersion.vtkVersion ( 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.vtkVersion.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.vtkObject.

Return the version of vtk this object is a part of. A variety of methods are included. GetVTKSourceVersion returns a string with an identifier which timestamps a particular source tree.

Return the version of vtk this object is a part of. A variety of methods are included. GetVTKSourceVersion returns a string with an identifier which timestamps a particular source tree.

Return the version of vtk this object is a part of. A variety of methods are included. GetVTKSourceVersion returns a string with an identifier which timestamps a particular source tree.

static string Kitware.VTK.vtkVersion.GetVTKSourceVersion ( ) [static]

Return the version of vtk this object is a part of. A variety of methods are included. GetVTKSourceVersion returns a string with an identifier which timestamps a particular source tree.

static string Kitware.VTK.vtkVersion.GetVTKVersion ( ) [static]

Return the version of vtk this object is a part of. A variety of methods are included. GetVTKSourceVersion returns a string with an identifier which timestamps a particular source tree.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

static new vtkVersion Kitware.VTK.vtkVersion.New ( ) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

static internal IntPtr Kitware.VTK.vtkVersion.vtkVersion_GetVTKSourceVersion_04 ( ) [private]
static internal IntPtr Kitware.VTK.vtkVersion.vtkVersion_GetVTKVersion_05 ( ) [private]
static internal int Kitware.VTK.vtkVersion.vtkVersion_IsA_06 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkVersion.vtkVersion_IsTypeOf_07 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkVersion.vtkVersion_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkVersion.vtkVersion_NewInstance_09 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkVersion.vtkVersion_SafeDownCast_10 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkVersion.MRClassNameKey = "10vtkVersion" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.


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