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

vtkRayCastImageDisplayHelper - helper class that draws the image to the screen More...

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

List of all members.

Public Member Functions

 vtkRayCastImageDisplayHelper (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkRayCastImageDisplayHelper ()
 Undocumented Block.
virtual float GetPixelScale ()
 Set / Get the pixel scale to be applied to the image before display. Can be set to scale the incoming pixel values - for example the fixed point mapper uses the unsigned short API but with 15 bit values so needs a scale of 2.0.
virtual int GetPreMultipliedColors ()
 Undocumented Block.
virtual int GetPreMultipliedColorsMaxValue ()
 Undocumented Block.
virtual int GetPreMultipliedColorsMinValue ()
 Undocumented Block.
override int IsA (string type)
 Undocumented Block.
new vtkRayCastImageDisplayHelper NewInstance ()
 Undocumented Block.
virtual void PreMultipliedColorsOff ()
 Undocumented Block.
virtual void PreMultipliedColorsOn ()
 Undocumented Block.
virtual void RenderTexture (vtkVolume vol, vtkRenderer ren, IntPtr imageMemorySize, IntPtr imageViewportSize, IntPtr imageInUseSize, IntPtr imageOrigin, float requestedDepth, IntPtr image)
 Undocumented Block.
virtual void RenderTexture (vtkVolume vol, vtkRenderer ren, vtkFixedPointRayCastImage image, float requestedDepth)
 Undocumented Block.
virtual void SetPixelScale (float _arg)
 Set / Get the pixel scale to be applied to the image before display. Can be set to scale the incoming pixel values - for example the fixed point mapper uses the unsigned short API but with 15 bit values so needs a scale of 2.0.
virtual void SetPreMultipliedColors (int _arg)
 Undocumented Block.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "28vtkRayCastImageDisplayHelper"
 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 vtkRayCastImageDisplayHelper_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal float vtkRayCastImageDisplayHelper_GetPixelScale_01 (HandleRef pThis)
static internal int vtkRayCastImageDisplayHelper_GetPreMultipliedColors_02 (HandleRef pThis)
static internal int vtkRayCastImageDisplayHelper_GetPreMultipliedColorsMaxValue_03 (HandleRef pThis)
static internal int vtkRayCastImageDisplayHelper_GetPreMultipliedColorsMinValue_04 (HandleRef pThis)
static internal int vtkRayCastImageDisplayHelper_IsA_05 (HandleRef pThis, string type)
static internal int vtkRayCastImageDisplayHelper_IsTypeOf_06 (string type)
static internal IntPtr vtkRayCastImageDisplayHelper_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkRayCastImageDisplayHelper_PreMultipliedColorsOff_09 (HandleRef pThis)
static internal void vtkRayCastImageDisplayHelper_PreMultipliedColorsOn_10 (HandleRef pThis)
static internal void vtkRayCastImageDisplayHelper_RenderTexture_11 (HandleRef pThis, HandleRef vol, HandleRef ren, IntPtr imageMemorySize, IntPtr imageViewportSize, IntPtr imageInUseSize, IntPtr imageOrigin, float requestedDepth, IntPtr image)
static internal void vtkRayCastImageDisplayHelper_RenderTexture_12 (HandleRef pThis, HandleRef vol, HandleRef ren, HandleRef image, float requestedDepth)
static internal IntPtr vtkRayCastImageDisplayHelper_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkRayCastImageDisplayHelper_SetPixelScale_14 (HandleRef pThis, float _arg)
static internal void vtkRayCastImageDisplayHelper_SetPreMultipliedColors_15 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkRayCastImageDisplayHelper ()
 Automatically generated type registration mechanics.

Detailed Description

vtkRayCastImageDisplayHelper - helper class that draws the image to the screen

Description This is a helper class for drawing images created from ray casting on the screen. This is the abstract device-independent superclass.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkRayCastImageDisplayHelper.vtkRayCastImageDisplayHelper ( 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.vtkRayCastImageDisplayHelper.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.vtkObject.

Reimplemented in Kitware.VTK.vtkOpenGLRayCastImageDisplayHelper.

Set / Get the pixel scale to be applied to the image before display. Can be set to scale the incoming pixel values - for example the fixed point mapper uses the unsigned short API but with 15 bit values so needs a scale of 2.0.

Undocumented Block.

Undocumented Block.

Undocumented Block.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkOpenGLRayCastImageDisplayHelper.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkOpenGLRayCastImageDisplayHelper.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkOpenGLRayCastImageDisplayHelper.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkOpenGLRayCastImageDisplayHelper.

Undocumented Block.

Undocumented Block.

virtual void Kitware.VTK.vtkRayCastImageDisplayHelper.RenderTexture ( vtkVolume  vol,
vtkRenderer  ren,
IntPtr  imageMemorySize,
IntPtr  imageViewportSize,
IntPtr  imageInUseSize,
IntPtr  imageOrigin,
float  requestedDepth,
IntPtr  image 
) [virtual]

Undocumented Block.

Reimplemented in Kitware.VTK.vtkOpenGLRayCastImageDisplayHelper.

virtual void Kitware.VTK.vtkRayCastImageDisplayHelper.RenderTexture ( vtkVolume  vol,
vtkRenderer  ren,
vtkFixedPointRayCastImage  image,
float  requestedDepth 
) [virtual]

Undocumented Block.

Reimplemented in Kitware.VTK.vtkOpenGLRayCastImageDisplayHelper.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkOpenGLRayCastImageDisplayHelper.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkRayCastImageDisplayHelper.SetPixelScale ( float  _arg) [virtual]

Set / Get the pixel scale to be applied to the image before display. Can be set to scale the incoming pixel values - for example the fixed point mapper uses the unsigned short API but with 15 bit values so needs a scale of 2.0.

Undocumented Block.

static internal int Kitware.VTK.vtkRayCastImageDisplayHelper.vtkRayCastImageDisplayHelper_IsA_05 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkRayCastImageDisplayHelper.vtkRayCastImageDisplayHelper_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkRayCastImageDisplayHelper.vtkRayCastImageDisplayHelper_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkRayCastImageDisplayHelper.vtkRayCastImageDisplayHelper_RenderTexture_11 ( HandleRef  pThis,
HandleRef  vol,
HandleRef  ren,
IntPtr  imageMemorySize,
IntPtr  imageViewportSize,
IntPtr  imageInUseSize,
IntPtr  imageOrigin,
float  requestedDepth,
IntPtr  image 
) [private]
static internal void Kitware.VTK.vtkRayCastImageDisplayHelper.vtkRayCastImageDisplayHelper_RenderTexture_12 ( HandleRef  pThis,
HandleRef  vol,
HandleRef  ren,
HandleRef  image,
float  requestedDepth 
) [private]
static internal IntPtr Kitware.VTK.vtkRayCastImageDisplayHelper.vtkRayCastImageDisplayHelper_SafeDownCast_13 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkRayCastImageDisplayHelper.vtkRayCastImageDisplayHelper_SetPixelScale_14 ( HandleRef  pThis,
float  _arg 
) [private]
static internal void Kitware.VTK.vtkRayCastImageDisplayHelper.vtkRayCastImageDisplayHelper_SetPreMultipliedColors_15 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkRayCastImageDisplayHelper.MRClassNameKey = "28vtkRayCastImageDisplayHelper" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkOpenGLRayCastImageDisplayHelper.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkOpenGLRayCastImageDisplayHelper.


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