|
ActiViz .NET
5.8.0
|
vtkSequencePass - Execute render passes sequentially. More...
Public Member Functions | |
| vtkSequencePass (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkSequencePass () | |
| Undocumented Block. | |
| virtual vtkRenderPassCollection | GetPasses () |
| The ordered list of render passes to execute sequentially. If the pointer is NULL or the list is empty, it is silently ignored. There is no warning. Initial value is a NULL pointer. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkSequencePass | NewInstance () |
| Undocumented Block. | |
| override void | ReleaseGraphicsResources (vtkWindow w) |
| Release graphics resources and ask components to release their own resources. | |
| virtual void | SetPasses (vtkRenderPassCollection passes) |
| The ordered list of render passes to execute sequentially. If the pointer is NULL or the list is empty, it is silently ignored. There is no warning. Initial value is a NULL pointer. | |
Static Public Member Functions | |
| static new vtkSequencePass | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkSequencePass | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkSequencePass" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "15vtkSequencePass" |
| 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 | vtkSequencePass_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkSequencePass_GetPasses_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkSequencePass_IsA_02 (HandleRef pThis, string type) |
| static internal int | vtkSequencePass_IsTypeOf_03 (string type) |
| static internal IntPtr | vtkSequencePass_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkSequencePass_ReleaseGraphicsResources_06 (HandleRef pThis, HandleRef w) |
| static internal IntPtr | vtkSequencePass_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkSequencePass_SetPasses_08 (HandleRef pThis, HandleRef passes) |
Static Private Member Functions | |
| static | vtkSequencePass () |
| Automatically generated type registration mechanics. | |
vtkSequencePass - Execute render passes sequentially.
Description vtkSequencePass executes a list of render passes sequentially. This class allows to define a sequence of render passes at run time. The other solution to write a sequence of render passes is to write an effective subclass of vtkRenderPass.
As vtkSequencePass is a vtkRenderPass itself, it is possible to have a hierarchy of render passes built at runtime.
| static Kitware.VTK.vtkSequencePass.vtkSequencePass | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkSequencePass.vtkSequencePass | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkSequencePass.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.vtkRenderPass.
| virtual vtkRenderPassCollection Kitware.VTK.vtkSequencePass.GetPasses | ( | ) | [virtual] |
The ordered list of render passes to execute sequentially. If the pointer is NULL or the list is empty, it is silently ignored. There is no warning. Initial value is a NULL pointer.
| override int Kitware.VTK.vtkSequencePass.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRenderPass.
| static new int Kitware.VTK.vtkSequencePass.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRenderPass.
| static new vtkSequencePass Kitware.VTK.vtkSequencePass.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRenderPass.
| override void Kitware.VTK.vtkSequencePass.ReleaseGraphicsResources | ( | vtkWindow | w | ) | [virtual] |
Release graphics resources and ask components to release their own resources.
Reimplemented from Kitware.VTK.vtkRenderPass.
| static new vtkSequencePass Kitware.VTK.vtkSequencePass.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRenderPass.
| virtual void Kitware.VTK.vtkSequencePass.SetPasses | ( | vtkRenderPassCollection | passes | ) | [virtual] |
The ordered list of render passes to execute sequentially. If the pointer is NULL or the list is empty, it is silently ignored. There is no warning. Initial value is a NULL pointer.
| static internal IntPtr Kitware.VTK.vtkSequencePass.vtkSequencePass_GetPasses_01 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkSequencePass.vtkSequencePass_IsA_02 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkSequencePass.vtkSequencePass_IsTypeOf_03 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkSequencePass.vtkSequencePass_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkSequencePass.vtkSequencePass_NewInstance_05 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkSequencePass.vtkSequencePass_ReleaseGraphicsResources_06 | ( | HandleRef | pThis, |
| HandleRef | w | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkSequencePass.vtkSequencePass_SafeDownCast_07 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkSequencePass.vtkSequencePass_SetPasses_08 | ( | HandleRef | pThis, |
| HandleRef | passes | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkSequencePass.MRClassNameKey = "15vtkSequencePass" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkRenderPass.
| new const string Kitware.VTK.vtkSequencePass.MRFullTypeName = "Kitware.VTK.vtkSequencePass" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkRenderPass.
1.7.6.1