ActiViz .NET
5.8.0
|
vtkRenderWindowCollection - a list of RenderWindows More...
Public Member Functions | |
vtkRenderWindowCollection (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkRenderWindowCollection () | |
Undocumented Block. | |
void | AddItem (vtkRenderWindow a) |
Add a RenderWindow to the list. | |
vtkRenderWindow | GetNextItem () |
Get the next RenderWindow in the list. Return NULL when at the end of the list. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkRenderWindowCollection | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkRenderWindowCollection | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkRenderWindowCollection | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkRenderWindowCollection" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "25vtkRenderWindowCollection" |
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 | vtkRenderWindowCollection_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkRenderWindowCollection_AddItem_01 (HandleRef pThis, HandleRef a) |
static internal IntPtr | vtkRenderWindowCollection_GetNextItem_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkRenderWindowCollection_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkRenderWindowCollection_IsTypeOf_04 (string type) |
static internal IntPtr | vtkRenderWindowCollection_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkRenderWindowCollection_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkRenderWindowCollection () |
Automatically generated type registration mechanics. |
vtkRenderWindowCollection - a list of RenderWindows
Description vtkRenderWindowCollection represents and provides methods to manipulate a list of RenderWindows. The list is unsorted and duplicate entries are not prevented.
static Kitware.VTK.vtkRenderWindowCollection.vtkRenderWindowCollection | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkRenderWindowCollection.vtkRenderWindowCollection | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
Add a RenderWindow to the list.
override void Kitware.VTK.vtkRenderWindowCollection.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.
Get the next RenderWindow in the list. Return NULL when at the end of the list.
override int Kitware.VTK.vtkRenderWindowCollection.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static new int Kitware.VTK.vtkRenderWindowCollection.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static new vtkRenderWindowCollection Kitware.VTK.vtkRenderWindowCollection.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static new vtkRenderWindowCollection Kitware.VTK.vtkRenderWindowCollection.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static internal void Kitware.VTK.vtkRenderWindowCollection.vtkRenderWindowCollection_AddItem_01 | ( | HandleRef | pThis, |
HandleRef | a | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkRenderWindowCollection.vtkRenderWindowCollection_GetNextItem_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkRenderWindowCollection.vtkRenderWindowCollection_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkRenderWindowCollection.vtkRenderWindowCollection_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkRenderWindowCollection.vtkRenderWindowCollection_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkRenderWindowCollection.vtkRenderWindowCollection_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkRenderWindowCollection.vtkRenderWindowCollection_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkRenderWindowCollection.MRClassNameKey = "25vtkRenderWindowCollection" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCollection.
new const string Kitware.VTK.vtkRenderWindowCollection.MRFullTypeName = "Kitware.VTK.vtkRenderWindowCollection" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCollection.