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

vtkAssemblyPaths - a list of lists of props representing an assembly hierarchy More...

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

List of all members.

Public Member Functions

 vtkAssemblyPaths (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkAssemblyPaths ()
 Undocumented Block.
void AddItem (vtkAssemblyPath p)
 hide the standard AddItem from the user and the compiler.
override uint GetMTime ()
 Override the standard GetMTime() to check for the modified times of the paths.
vtkAssemblyPath GetNextItem ()
 hide the standard AddItem from the user and the compiler.
override int IsA (string type)
 Undocumented Block.
int IsItemPresent (vtkAssemblyPath p)
 hide the standard AddItem from the user and the compiler.
new vtkAssemblyPaths NewInstance ()
 Undocumented Block.
void RemoveItem (vtkAssemblyPath p)
 hide the standard AddItem from the user and the compiler.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "16vtkAssemblyPaths"
 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 vtkAssemblyPaths_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkAssemblyPaths_AddItem_01 (HandleRef pThis, HandleRef p)
static internal uint vtkAssemblyPaths_GetMTime_02 (HandleRef pThis)
static internal IntPtr vtkAssemblyPaths_GetNextItem_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkAssemblyPaths_IsA_04 (HandleRef pThis, string type)
static internal int vtkAssemblyPaths_IsItemPresent_05 (HandleRef pThis, HandleRef p)
static internal int vtkAssemblyPaths_IsTypeOf_06 (string type)
static internal IntPtr vtkAssemblyPaths_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkAssemblyPaths_RemoveItem_09 (HandleRef pThis, HandleRef p)
static internal IntPtr vtkAssemblyPaths_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkAssemblyPaths ()
 Automatically generated type registration mechanics.

Detailed Description

vtkAssemblyPaths - a list of lists of props representing an assembly hierarchy

Description vtkAssemblyPaths represents an assembly hierarchy as a list of vtkAssemblyPath. Each path represents the complete path from the top level assembly (if any) down to the leaf prop.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

hide the standard AddItem from the user and the compiler.

override void Kitware.VTK.vtkAssemblyPaths.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.vtkCollection.

override uint Kitware.VTK.vtkAssemblyPaths.GetMTime ( ) [virtual]

Override the standard GetMTime() to check for the modified times of the paths.

Reimplemented from Kitware.VTK.vtkObject.

hide the standard AddItem from the user and the compiler.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCollection.

hide the standard AddItem from the user and the compiler.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCollection.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCollection.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCollection.

hide the standard AddItem from the user and the compiler.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCollection.

Here is the call graph for this function:

static internal void Kitware.VTK.vtkAssemblyPaths.vtkAssemblyPaths_AddItem_01 ( HandleRef  pThis,
HandleRef  p 
) [private]
static internal uint Kitware.VTK.vtkAssemblyPaths.vtkAssemblyPaths_GetMTime_02 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkAssemblyPaths.vtkAssemblyPaths_GetNextItem_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkAssemblyPaths.vtkAssemblyPaths_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkAssemblyPaths.vtkAssemblyPaths_IsItemPresent_05 ( HandleRef  pThis,
HandleRef  p 
) [private]
static internal int Kitware.VTK.vtkAssemblyPaths.vtkAssemblyPaths_IsTypeOf_06 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkAssemblyPaths.vtkAssemblyPaths_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkAssemblyPaths.vtkAssemblyPaths_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkAssemblyPaths.vtkAssemblyPaths_RemoveItem_09 ( HandleRef  pThis,
HandleRef  p 
) [private]
static internal IntPtr Kitware.VTK.vtkAssemblyPaths.vtkAssemblyPaths_SafeDownCast_10 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkAssemblyPaths.MRClassNameKey = "16vtkAssemblyPaths" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCollection.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCollection.


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