ActiViz .NET
5.8.0
|
vtkDefaultPass - Implement the basic render passes. More...
Public Member Functions | |
vtkDefaultPass (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkDefaultPass () | |
Undocumented Block. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkDefaultPass | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkDefaultPass | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkDefaultPass | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkDefaultPass" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "14vtkDefaultPass" |
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 | vtkDefaultPass_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkDefaultPass_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkDefaultPass_IsTypeOf_02 (string type) |
static internal IntPtr | vtkDefaultPass_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDefaultPass_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkDefaultPass () |
Automatically generated type registration mechanics. |
vtkDefaultPass - Implement the basic render passes.
Description vtkDefaultPass implements the basic standard render passes of VTK. Subclasses can easily be implemented by reusing some parts of the basic implementation.
It implements classic Render operations as well as versions with property key checking.
This pass expects an initialized depth buffer and color buffer. Initialized buffers means they have been cleared with farest z-value and background color/gradient/transparent color.
static Kitware.VTK.vtkDefaultPass.vtkDefaultPass | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkDefaultPass.vtkDefaultPass | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkDefaultPass.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.
Reimplemented in Kitware.VTK.vtkOpaquePass, Kitware.VTK.vtkOverlayPass, Kitware.VTK.vtkTranslucentPass, and Kitware.VTK.vtkVolumetricPass.
override int Kitware.VTK.vtkDefaultPass.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRenderPass.
Reimplemented in Kitware.VTK.vtkOpaquePass, Kitware.VTK.vtkOverlayPass, Kitware.VTK.vtkTranslucentPass, and Kitware.VTK.vtkVolumetricPass.
static new int Kitware.VTK.vtkDefaultPass.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRenderPass.
Reimplemented in Kitware.VTK.vtkOpaquePass, Kitware.VTK.vtkOverlayPass, Kitware.VTK.vtkTranslucentPass, and Kitware.VTK.vtkVolumetricPass.
static new vtkDefaultPass Kitware.VTK.vtkDefaultPass.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkOpaquePass, Kitware.VTK.vtkOverlayPass, Kitware.VTK.vtkTranslucentPass, and Kitware.VTK.vtkVolumetricPass.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRenderPass.
Reimplemented in Kitware.VTK.vtkOpaquePass, Kitware.VTK.vtkOverlayPass, Kitware.VTK.vtkTranslucentPass, and Kitware.VTK.vtkVolumetricPass.
static new vtkDefaultPass Kitware.VTK.vtkDefaultPass.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRenderPass.
Reimplemented in Kitware.VTK.vtkOpaquePass, Kitware.VTK.vtkOverlayPass, Kitware.VTK.vtkTranslucentPass, and Kitware.VTK.vtkVolumetricPass.
static internal int Kitware.VTK.vtkDefaultPass.vtkDefaultPass_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkDefaultPass.vtkDefaultPass_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDefaultPass.vtkDefaultPass_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDefaultPass.vtkDefaultPass_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDefaultPass.vtkDefaultPass_SafeDownCast_05 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkDefaultPass.MRClassNameKey = "14vtkDefaultPass" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkRenderPass.
Reimplemented in Kitware.VTK.vtkOpaquePass, Kitware.VTK.vtkOverlayPass, Kitware.VTK.vtkTranslucentPass, and Kitware.VTK.vtkVolumetricPass.
new const string Kitware.VTK.vtkDefaultPass.MRFullTypeName = "Kitware.VTK.vtkDefaultPass" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkRenderPass.
Reimplemented in Kitware.VTK.vtkOpaquePass, Kitware.VTK.vtkOverlayPass, Kitware.VTK.vtkTranslucentPass, and Kitware.VTK.vtkVolumetricPass.