ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkDefaultPass Class Reference

vtkDefaultPass - Implement the basic render passes. More...

Inheritance diagram for Kitware.VTK.vtkDefaultPass:
[legend]
Collaboration diagram for Kitware.VTK.vtkDefaultPass:
[legend]

List of all members.

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.

Detailed Description

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.

vtkRenderPass


Constructor & Destructor Documentation

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.


Member Function Documentation

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]
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.

Here is the call graph for this function:

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]

Member Data Documentation

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.


The documentation for this class was generated from the following file: