ActiViz .NET
5.8.0
|
vtkRenderPassCollection - a list of RenderPasses More...
Public Member Functions | |
vtkRenderPassCollection (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkRenderPassCollection () | |
Undocumented Block. | |
void | AddItem (vtkRenderPass pass) |
Add an RenderPass to the list. | |
vtkRenderPass | GetLastRenderPass () |
Get the last RenderPass in the list. | |
vtkRenderPass | GetNextRenderPass () |
Get the next RenderPass in the list. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkRenderPassCollection | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkRenderPassCollection | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkRenderPassCollection | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkRenderPassCollection" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "23vtkRenderPassCollection" |
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 | vtkRenderPassCollection_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkRenderPassCollection_AddItem_01 (HandleRef pThis, HandleRef pass) |
static internal IntPtr | vtkRenderPassCollection_GetLastRenderPass_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkRenderPassCollection_GetNextRenderPass_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkRenderPassCollection_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkRenderPassCollection_IsTypeOf_05 (string type) |
static internal IntPtr | vtkRenderPassCollection_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkRenderPassCollection_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkRenderPassCollection () |
Automatically generated type registration mechanics. |
vtkRenderPassCollection - a list of RenderPasses
Description vtkRenderPassCollection represents a list of RenderPasses (i.e., vtkRenderPass and subclasses) and provides methods to manipulate the list. The list is unsorted and duplicate entries are not prevented.
static Kitware.VTK.vtkRenderPassCollection.vtkRenderPassCollection | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkRenderPassCollection.vtkRenderPassCollection | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
void Kitware.VTK.vtkRenderPassCollection.AddItem | ( | vtkRenderPass | pass | ) |
Add an RenderPass to the list.
override void Kitware.VTK.vtkRenderPassCollection.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 last RenderPass in the list.
Get the next RenderPass in the list.
override int Kitware.VTK.vtkRenderPassCollection.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static new int Kitware.VTK.vtkRenderPassCollection.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static new vtkRenderPassCollection Kitware.VTK.vtkRenderPassCollection.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static new vtkRenderPassCollection Kitware.VTK.vtkRenderPassCollection.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
static internal void Kitware.VTK.vtkRenderPassCollection.vtkRenderPassCollection_AddItem_01 | ( | HandleRef | pThis, |
HandleRef | pass | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkRenderPassCollection.vtkRenderPassCollection_GetLastRenderPass_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkRenderPassCollection.vtkRenderPassCollection_GetNextRenderPass_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkRenderPassCollection.vtkRenderPassCollection_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkRenderPassCollection.vtkRenderPassCollection_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkRenderPassCollection.vtkRenderPassCollection_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkRenderPassCollection.vtkRenderPassCollection_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkRenderPassCollection.vtkRenderPassCollection_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkRenderPassCollection.MRClassNameKey = "23vtkRenderPassCollection" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCollection.
new const string Kitware.VTK.vtkRenderPassCollection.MRFullTypeName = "Kitware.VTK.vtkRenderPassCollection" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCollection.