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.vtkSequencePass Class Reference

vtkSequencePass - Execute render passes sequentially. More...

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

List of all members.

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.

Detailed Description

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.

vtkRenderPass


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

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.

Here is the call graph for this function:

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderPass.

Release graphics resources and ask components to release their own resources.

Precondition:
w_exists: w!=0

Reimplemented from Kitware.VTK.vtkRenderPass.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderPass.

Here is the call graph for this function:

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]

Member Data Documentation

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.


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