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

vtkImageProcessingPass - Convenient class for post-processing passes. render pass. More...

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

List of all members.

Public Member Functions

 vtkImageProcessingPass (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
virtual vtkRenderPass GetDelegatePass ()
 Delegate for rendering the image to be processed. If it is NULL, nothing will be rendered and a warning will be emitted. It is usually set to a vtkCameraPass or to a post-processing pass. Initial value is a NULL pointer.
override int IsA (string type)
 Undocumented Block.
new vtkImageProcessingPass NewInstance ()
 Undocumented Block.
override void ReleaseGraphicsResources (vtkWindow w)
 Release graphics resources and ask components to release their own resources.
virtual void SetDelegatePass (vtkRenderPass delegatePass)
 Delegate for rendering the image to be processed. If it is NULL, nothing will be rendered and a warning will be emitted. It is usually set to a vtkCameraPass or to a post-processing pass. Initial value is a NULL pointer.

Static Public Member Functions

static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkImageProcessingPass SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkImageProcessingPass"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "22vtkImageProcessingPass"
 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 vtkImageProcessingPass_GetDelegatePass_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkImageProcessingPass_IsA_02 (HandleRef pThis, string type)
static internal int vtkImageProcessingPass_IsTypeOf_03 (string type)
static internal IntPtr vtkImageProcessingPass_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageProcessingPass_ReleaseGraphicsResources_05 (HandleRef pThis, HandleRef w)
static internal IntPtr vtkImageProcessingPass_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageProcessingPass_SetDelegatePass_07 (HandleRef pThis, HandleRef delegatePass)

Static Private Member Functions

static vtkImageProcessingPass ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageProcessingPass - Convenient class for post-processing passes. render pass.

Description Abstract class with some convenient methods frequently used in subclasses.

Implementation


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkImageProcessingPass.vtkImageProcessingPass ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.


Member Function Documentation

override void Kitware.VTK.vtkImageProcessingPass.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.vtkSobelGradientMagnitudePass, and Kitware.VTK.vtkGaussianBlurPass.

Delegate for rendering the image to be processed. If it is NULL, nothing will be rendered and a warning will be emitted. It is usually set to a vtkCameraPass or to a post-processing pass. Initial value is a NULL pointer.

Here is the call graph for this function:

override int Kitware.VTK.vtkImageProcessingPass.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderPass.

Reimplemented in Kitware.VTK.vtkSobelGradientMagnitudePass, and Kitware.VTK.vtkGaussianBlurPass.

static new int Kitware.VTK.vtkImageProcessingPass.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderPass.

Reimplemented in Kitware.VTK.vtkSobelGradientMagnitudePass, and Kitware.VTK.vtkGaussianBlurPass.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderPass.

Reimplemented in Kitware.VTK.vtkSobelGradientMagnitudePass, and Kitware.VTK.vtkGaussianBlurPass.

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

Precondition:
w_exists: w!=0

Reimplemented from Kitware.VTK.vtkRenderPass.

Reimplemented in Kitware.VTK.vtkSobelGradientMagnitudePass, and Kitware.VTK.vtkGaussianBlurPass.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderPass.

Reimplemented in Kitware.VTK.vtkSobelGradientMagnitudePass, and Kitware.VTK.vtkGaussianBlurPass.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkImageProcessingPass.SetDelegatePass ( vtkRenderPass  delegatePass) [virtual]

Delegate for rendering the image to be processed. If it is NULL, nothing will be rendered and a warning will be emitted. It is usually set to a vtkCameraPass or to a post-processing pass. Initial value is a NULL pointer.

static internal IntPtr Kitware.VTK.vtkImageProcessingPass.vtkImageProcessingPass_GetDelegatePass_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkImageProcessingPass.vtkImageProcessingPass_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkImageProcessingPass.vtkImageProcessingPass_IsTypeOf_03 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkImageProcessingPass.vtkImageProcessingPass_NewInstance_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageProcessingPass.vtkImageProcessingPass_ReleaseGraphicsResources_05 ( HandleRef  pThis,
HandleRef  w 
) [private]
static internal IntPtr Kitware.VTK.vtkImageProcessingPass.vtkImageProcessingPass_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageProcessingPass.vtkImageProcessingPass_SetDelegatePass_07 ( HandleRef  pThis,
HandleRef  delegatePass 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageProcessingPass.MRClassNameKey = "22vtkImageProcessingPass" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkRenderPass.

Reimplemented in Kitware.VTK.vtkSobelGradientMagnitudePass, and Kitware.VTK.vtkGaussianBlurPass.

new const string Kitware.VTK.vtkImageProcessingPass.MRFullTypeName = "Kitware.VTK.vtkImageProcessingPass"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkRenderPass.

Reimplemented in Kitware.VTK.vtkSobelGradientMagnitudePass, and Kitware.VTK.vtkGaussianBlurPass.


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