ActiViz .NET
5.8.0
|
vtkOpaquePass - Render the opaque geometry with property key filtering. More...
Public Member Functions | |
vtkOpaquePass (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkOpaquePass () | |
Undocumented Block. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkOpaquePass | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkOpaquePass | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkOpaquePass | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkOpaquePass" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "13vtkOpaquePass" |
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 | vtkOpaquePass_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkOpaquePass_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkOpaquePass_IsTypeOf_02 (string type) |
static internal IntPtr | vtkOpaquePass_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkOpaquePass_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkOpaquePass () |
Automatically generated type registration mechanics. |
vtkOpaquePass - Render the opaque geometry with property key filtering.
Description vtkOpaquePass renders the opaque geometry of all the props that have the keys contained in vtkRenderState.
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.vtkOpaquePass.vtkOpaquePass | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkOpaquePass.vtkOpaquePass | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkOpaquePass.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.vtkDefaultPass.
override int Kitware.VTK.vtkOpaquePass.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDefaultPass.
static new int Kitware.VTK.vtkOpaquePass.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDefaultPass.
static new vtkOpaquePass Kitware.VTK.vtkOpaquePass.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDefaultPass.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDefaultPass.
static new vtkOpaquePass Kitware.VTK.vtkOpaquePass.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDefaultPass.
static internal int Kitware.VTK.vtkOpaquePass.vtkOpaquePass_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkOpaquePass.vtkOpaquePass_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkOpaquePass.vtkOpaquePass_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkOpaquePass.vtkOpaquePass_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkOpaquePass.vtkOpaquePass_SafeDownCast_05 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkOpaquePass.MRClassNameKey = "13vtkOpaquePass" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDefaultPass.
new const string Kitware.VTK.vtkOpaquePass.MRFullTypeName = "Kitware.VTK.vtkOpaquePass" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDefaultPass.