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

vtkSmartVolumeMapper - Adaptive volume mapper More...

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

List of all members.

Public Types

enum  DefaultRenderMode_WrapperEnum {
  DefaultRenderMode = 0, GPURenderMode = 4, InvalidRenderMode = 6, RayCastAndTextureRenderMode = 1,
  RayCastRenderMode = 2, TextureRenderMode = 3, UndefinedRenderMode = 5
}
 Get the final color level. More...

Public Member Functions

 vtkSmartVolumeMapper (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkSmartVolumeMapper ()
 Undocumented Block.
void CreateCanonicalView (vtkRenderer ren, vtkVolume volume, vtkVolume volume2, vtkImageData image, int blend_mode, IntPtr viewDirection, IntPtr viewUp)
 This method can be used to render a representative view of the input data into the supplied image given the supplied blending mode, view direction, and view up vector.
virtual float GetFinalColorLevel ()
 Get the final color level.
virtual float GetFinalColorWindow ()
 Get the final color window. Initial value is 1.0.
virtual double GetInteractiveUpdateRate ()
 Get the update rate at or above which this is considered an interactive render. Initial value is 1.0e-5.
virtual double GetInteractiveUpdateRateMaxValue ()
 Set the rate at or above this render will be considered interactive. If the DesiredUpdateRate of the vtkRenderWindow that caused the Render falls at or above this rate, the render is considered interactive and the mapper may be adjusted (depending on the render mode). Initial value is 1.0e-5.
virtual double GetInteractiveUpdateRateMinValue ()
 Set the rate at or above this render will be considered interactive. If the DesiredUpdateRate of the vtkRenderWindow that caused the Render falls at or above this rate, the render is considered interactive and the mapper may be adjusted (depending on the render mode). Initial value is 1.0e-5.
virtual int GetInterpolationMode ()
 Set interpolation mode for downsampling (lowres GPU) (initial value: cubic).
virtual int GetInterpolationModeMaxValue ()
 Set interpolation mode for downsampling (lowres GPU) (initial value: cubic).
virtual int GetInterpolationModeMinValue ()
 Set interpolation mode for downsampling (lowres GPU) (initial value: cubic).
int GetLastUsedRenderMode ()
 This will return the render mode used during the previous call to Render().
virtual float GetMaxMemoryFraction ()
 Value passed to the GPU mapper. Ignored by other mappers. Maximum fraction of the MaxMemoryInBytes that should be used to hold the texture. Valid values are 0.1 to 1.0.
virtual float GetMaxMemoryFractionMaxValue ()
 Value passed to the GPU mapper. Ignored by other mappers. Maximum fraction of the MaxMemoryInBytes that should be used to hold the texture. Valid values are 0.1 to 1.0.
virtual float GetMaxMemoryFractionMinValue ()
 Value passed to the GPU mapper. Ignored by other mappers. Maximum fraction of the MaxMemoryInBytes that should be used to hold the texture. Valid values are 0.1 to 1.0.
virtual int GetMaxMemoryInBytes ()
 Value passed to the GPU mapper. Ignored by other mappers. Maximum size of the 3D texture in GPU memory. Will default to the size computed from the graphics card. Can be adjusted by the user. Useful if the automatic detection is defective or missing.
virtual int GetRequestedRenderMode ()
 Get the requested render mode.
override int IsA (string type)
 Undocumented Block.
new vtkSmartVolumeMapper NewInstance ()
 Undocumented Block.
override void ReleaseGraphicsResources (vtkWindow arg0)
 This method can be used to render a representative view of the input data into the supplied image given the supplied blending mode, view direction, and view up vector.
override void Render (vtkRenderer arg0, vtkVolume arg1)
 This method can be used to render a representative view of the input data into the supplied image given the supplied blending mode, view direction, and view up vector.
virtual void SetFinalColorLevel (float _arg)
 Set the final color level. The level controls the brightness of the image. The final color window will be centered at the final color level, and together represent a linear remapping of color values. The default value for the level is 0.5.
virtual void SetFinalColorWindow (float _arg)
 Set the final color window. This controls the contrast of the image. The default value is 1.0. The Window can be negative (this causes a "negative" effect on the image) Although Window can be set to 0.0, any value less than 0.00001 and greater than or equal to 0.0 will be set to 0.00001, and any value greater than -0.00001 but less than or equal to 0.0 will be set to -0.00001. Initial value is 1.0.
virtual void SetInteractiveUpdateRate (double _arg)
 Set the rate at or above this render will be considered interactive. If the DesiredUpdateRate of the vtkRenderWindow that caused the Render falls at or above this rate, the render is considered interactive and the mapper may be adjusted (depending on the render mode). Initial value is 1.0e-5.
virtual void SetInterpolationMode (int _arg)
 Set interpolation mode for downsampling (lowres GPU) (initial value: cubic).
void SetInterpolationModeToCubic ()
 Set interpolation mode for downsampling (lowres GPU) (initial value: cubic).
void SetInterpolationModeToLinear ()
 Set interpolation mode for downsampling (lowres GPU) (initial value: cubic).
void SetInterpolationModeToNearestNeighbor ()
 Set interpolation mode for downsampling (lowres GPU) (initial value: cubic).
virtual void SetMaxMemoryFraction (float _arg)
 Value passed to the GPU mapper. Ignored by other mappers. Maximum fraction of the MaxMemoryInBytes that should be used to hold the texture. Valid values are 0.1 to 1.0.
virtual void SetMaxMemoryInBytes (int _arg)
 Value passed to the GPU mapper. Ignored by other mappers. Maximum size of the 3D texture in GPU memory. Will default to the size computed from the graphics card. Can be adjusted by the user. Useful if the automatic detection is defective or missing.
void SetRequestedRenderMode (int mode)
 Set the requested render mode. The default is vtkSmartVolumeMapper::DefaultRenderMode.
void SetRequestedRenderModeToDefault ()
 Set the requested render mode to vtkSmartVolumeMapper::DefaultRenderMode. This is the best option for an application that must adapt to different data types, harware, and rendering parameters.
void SetRequestedRenderModeToRayCast ()
 Set the requested render mode to vtkSmartVolumeMapper::RayCastRenderMode. This option will use software rendering exclusively. This is a good option if you know there is no hardware acceleration.
void SetRequestedRenderModeToRayCastAndTexture ()
 Set the requested render mode to vtkSmartVolumeMapper::RayCastAndTextureRenderMode. This is a good option if you want to avoid using advanced OpenGL functionality, but would still like to used 3D texture mapping, if available, for interactive rendering.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "20vtkSmartVolumeMapper"
 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 vtkSmartVolumeMapper_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkSmartVolumeMapper_CreateCanonicalView_01 (HandleRef pThis, HandleRef ren, HandleRef volume, HandleRef volume2, HandleRef image, int blend_mode, IntPtr viewDirection, IntPtr viewUp)
static internal float vtkSmartVolumeMapper_GetFinalColorLevel_02 (HandleRef pThis)
static internal float vtkSmartVolumeMapper_GetFinalColorWindow_03 (HandleRef pThis)
static internal double vtkSmartVolumeMapper_GetInteractiveUpdateRate_04 (HandleRef pThis)
static internal double vtkSmartVolumeMapper_GetInteractiveUpdateRateMaxValue_05 (HandleRef pThis)
static internal double vtkSmartVolumeMapper_GetInteractiveUpdateRateMinValue_06 (HandleRef pThis)
static internal int vtkSmartVolumeMapper_GetInterpolationMode_07 (HandleRef pThis)
static internal int vtkSmartVolumeMapper_GetInterpolationModeMaxValue_08 (HandleRef pThis)
static internal int vtkSmartVolumeMapper_GetInterpolationModeMinValue_09 (HandleRef pThis)
static internal int vtkSmartVolumeMapper_GetLastUsedRenderMode_10 (HandleRef pThis)
static internal float vtkSmartVolumeMapper_GetMaxMemoryFraction_11 (HandleRef pThis)
static internal float vtkSmartVolumeMapper_GetMaxMemoryFractionMaxValue_12 (HandleRef pThis)
static internal float vtkSmartVolumeMapper_GetMaxMemoryFractionMinValue_13 (HandleRef pThis)
static internal int vtkSmartVolumeMapper_GetMaxMemoryInBytes_14 (HandleRef pThis)
static internal int vtkSmartVolumeMapper_GetRequestedRenderMode_15 (HandleRef pThis)
static internal int vtkSmartVolumeMapper_IsA_16 (HandleRef pThis, string type)
static internal int vtkSmartVolumeMapper_IsTypeOf_17 (string type)
static internal IntPtr vtkSmartVolumeMapper_NewInstance_19 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkSmartVolumeMapper_ReleaseGraphicsResources_20 (HandleRef pThis, HandleRef arg0)
static internal void vtkSmartVolumeMapper_Render_21 (HandleRef pThis, HandleRef arg0, HandleRef arg1)
static internal IntPtr vtkSmartVolumeMapper_SafeDownCast_22 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkSmartVolumeMapper_SetFinalColorLevel_23 (HandleRef pThis, float _arg)
static internal void vtkSmartVolumeMapper_SetFinalColorWindow_24 (HandleRef pThis, float _arg)
static internal void vtkSmartVolumeMapper_SetInteractiveUpdateRate_25 (HandleRef pThis, double _arg)
static internal void vtkSmartVolumeMapper_SetInterpolationMode_26 (HandleRef pThis, int _arg)
static internal void vtkSmartVolumeMapper_SetInterpolationModeToCubic_27 (HandleRef pThis)
static internal void vtkSmartVolumeMapper_SetInterpolationModeToLinear_28 (HandleRef pThis)
static internal void vtkSmartVolumeMapper_SetInterpolationModeToNearestNeighbor_29 (HandleRef pThis)
static internal void vtkSmartVolumeMapper_SetMaxMemoryFraction_30 (HandleRef pThis, float _arg)
static internal void vtkSmartVolumeMapper_SetMaxMemoryInBytes_31 (HandleRef pThis, int _arg)
static internal void vtkSmartVolumeMapper_SetRequestedRenderMode_32 (HandleRef pThis, int mode)
static internal void vtkSmartVolumeMapper_SetRequestedRenderModeToDefault_33 (HandleRef pThis)
static internal void vtkSmartVolumeMapper_SetRequestedRenderModeToRayCast_34 (HandleRef pThis)
static internal void vtkSmartVolumeMapper_SetRequestedRenderModeToRayCastAndTexture_35 (HandleRef pThis)

Static Private Member Functions

static vtkSmartVolumeMapper ()
 Automatically generated type registration mechanics.

Detailed Description

vtkSmartVolumeMapper - Adaptive volume mapper

Description vtkSmartVolumeMapper is a volume mapper that will delegate to a specific volume mapper based on rendering parameters and available hardware. Use the SetRequestedRenderMode() method to control the behavior of the selection. The following options are available:

vtkSmartVolumeMapper::DefaultRenderMode: Allow the vtkSmartVolumeMapper to select the best mapper based on rendering parameters and hardware support. If GPU ray casting is supported, this mapper will be used for all rendering. If not, then if 3D texture mapping is supported, it will be used for interactive rendering and the vtkFixedPointRayCastMapper will be used for still rendering. If 3D texture mapping is not supported, then the vtkFixedPointRayCastMapper will be used exclusively. This is the default requested render mode, and is generally the best option. When you use this option, your volume will always be rendered, but the method used to render it may vary based on parameters and platform.

vtkSmartVolumeMapper::RayCastAndTextureRenderMode: Use the vtkVolumeTextureMapper3D for interactive rendering, and the vtkFixedPointVolumeRayCastMapper for still renders. If 3D texture mapping is not supported, then the ray caster will be used exclusively. When you use this option your volume will always be rendered, but the method used for interactive rendering will vary based on parameters and platform. The decision on whether a particular render is interactive or still is based on the adjustable parameter InteractiveUpdateRate. If the DesiredUpdateRate found in the vtkRenderWindow that initiated the Render is at or above the InteractiveUpdateRate value, then the render is considered interactive, otherwise it is considered a still render.

vtkSmartVolumeMapper::RayCastRenderMode: Use the vtkFixedPointVolumeRayCastMapper for both interactive and still rendering. When you use this option your volume will always be rendered with the vtkFixedPointVolumeRayCastMapper.

vtkSmartVolumeMapper::TextureRenderMode: Use the vtkVolumeTextureMapper3D, if supported, for both interactive and still rendering. If 3D texture mapping is not supported (either by the hardware, or due to the rendering parameters) then no image will be rendered. Use this option only if you have already checked for support based on the current hardware, number of scalar components, and rendering parameters in the vtkVolumeProperty. Also note that the vtkVolumeTextureMapper3D does not support window / level operations on the final image, so FinalColorWindow must be at the default value of 1.0 and FinalColorLevel must be at the default value of 0.5.

vtkSmartVolumeMapper::GPURenderMode: Use the vtkGPUVolumeRayCastMapper, if supported, for both interactive and still rendering. If the GPU ray caster is not supported (due to hardware limitations or rendering parameters) then no image will be rendered. Use this option only if you have already checked for supported based on the current hardware, number of scalar components, and rendering parameters in the vtkVolumeProperty.

You can adjust the contrast and brightness in the rendered image using the FinalColorWindow and FinalColorLevel ivars. By default the FinalColorWindow is set to 1.0, and the FinalColorLevel is set to 0.5, which applies no correction to the computed image. To apply the window / level operation to the computer image color, first a Scale and Bias value are computed:

scale = 1.0 / this->FinalColorWindow bias = 0.5 - this->FinalColorLevel / this->FinalColorWindow

To compute a new color (R', G', B', A') from an existing color (R,G,B,A) for a pixel, the following equation is used:

R' = R*scale + bias*A G' = G*scale + bias*A B' = B*scale + bias*A A' = A

Note that bias is multiplied by the alpha component before adding because the red, green, and blue component of the color are already pre-multiplied by alpha. Also note that the window / level operation leaves the alpha component unchanged - it only adjusts the RGB values.

-----------------------------------------------------------------------------


Member Enumeration Documentation

Get the final color level.

Enumerator:
DefaultRenderMode 

enum member

GPURenderMode 

enum member

InvalidRenderMode 

enum member

RayCastAndTextureRenderMode 

enum member

RayCastRenderMode 

enum member

TextureRenderMode 

enum member

UndefinedRenderMode 

enum member


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

void Kitware.VTK.vtkSmartVolumeMapper.CreateCanonicalView ( vtkRenderer  ren,
vtkVolume  volume,
vtkVolume  volume2,
vtkImageData  image,
int  blend_mode,
IntPtr  viewDirection,
IntPtr  viewUp 
)

This method can be used to render a representative view of the input data into the supplied image given the supplied blending mode, view direction, and view up vector.

override void Kitware.VTK.vtkSmartVolumeMapper.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.vtkVolumeMapper.

Get the final color level.

Get the final color window. Initial value is 1.0.

Get the update rate at or above which this is considered an interactive render. Initial value is 1.0e-5.

Set the rate at or above this render will be considered interactive. If the DesiredUpdateRate of the vtkRenderWindow that caused the Render falls at or above this rate, the render is considered interactive and the mapper may be adjusted (depending on the render mode). Initial value is 1.0e-5.

Set the rate at or above this render will be considered interactive. If the DesiredUpdateRate of the vtkRenderWindow that caused the Render falls at or above this rate, the render is considered interactive and the mapper may be adjusted (depending on the render mode). Initial value is 1.0e-5.

Set interpolation mode for downsampling (lowres GPU) (initial value: cubic).

Set interpolation mode for downsampling (lowres GPU) (initial value: cubic).

Set interpolation mode for downsampling (lowres GPU) (initial value: cubic).

This will return the render mode used during the previous call to Render().

Value passed to the GPU mapper. Ignored by other mappers. Maximum fraction of the MaxMemoryInBytes that should be used to hold the texture. Valid values are 0.1 to 1.0.

Value passed to the GPU mapper. Ignored by other mappers. Maximum fraction of the MaxMemoryInBytes that should be used to hold the texture. Valid values are 0.1 to 1.0.

Value passed to the GPU mapper. Ignored by other mappers. Maximum fraction of the MaxMemoryInBytes that should be used to hold the texture. Valid values are 0.1 to 1.0.

Value passed to the GPU mapper. Ignored by other mappers. Maximum size of the 3D texture in GPU memory. Will default to the size computed from the graphics card. Can be adjusted by the user. Useful if the automatic detection is defective or missing.

Get the requested render mode.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkVolumeMapper.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkVolumeMapper.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkVolumeMapper.

This method can be used to render a representative view of the input data into the supplied image given the supplied blending mode, view direction, and view up vector.

Reimplemented from Kitware.VTK.vtkVolumeMapper.

override void Kitware.VTK.vtkSmartVolumeMapper.Render ( vtkRenderer  arg0,
vtkVolume  arg1 
) [virtual]

This method can be used to render a representative view of the input data into the supplied image given the supplied blending mode, view direction, and view up vector.

Reimplemented from Kitware.VTK.vtkVolumeMapper.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkVolumeMapper.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkSmartVolumeMapper.SetFinalColorLevel ( float  _arg) [virtual]

Set the final color level. The level controls the brightness of the image. The final color window will be centered at the final color level, and together represent a linear remapping of color values. The default value for the level is 0.5.

virtual void Kitware.VTK.vtkSmartVolumeMapper.SetFinalColorWindow ( float  _arg) [virtual]

Set the final color window. This controls the contrast of the image. The default value is 1.0. The Window can be negative (this causes a "negative" effect on the image) Although Window can be set to 0.0, any value less than 0.00001 and greater than or equal to 0.0 will be set to 0.00001, and any value greater than -0.00001 but less than or equal to 0.0 will be set to -0.00001. Initial value is 1.0.

virtual void Kitware.VTK.vtkSmartVolumeMapper.SetInteractiveUpdateRate ( double  _arg) [virtual]

Set the rate at or above this render will be considered interactive. If the DesiredUpdateRate of the vtkRenderWindow that caused the Render falls at or above this rate, the render is considered interactive and the mapper may be adjusted (depending on the render mode). Initial value is 1.0e-5.

virtual void Kitware.VTK.vtkSmartVolumeMapper.SetInterpolationMode ( int  _arg) [virtual]

Set interpolation mode for downsampling (lowres GPU) (initial value: cubic).

Set interpolation mode for downsampling (lowres GPU) (initial value: cubic).

Set interpolation mode for downsampling (lowres GPU) (initial value: cubic).

Set interpolation mode for downsampling (lowres GPU) (initial value: cubic).

virtual void Kitware.VTK.vtkSmartVolumeMapper.SetMaxMemoryFraction ( float  _arg) [virtual]

Value passed to the GPU mapper. Ignored by other mappers. Maximum fraction of the MaxMemoryInBytes that should be used to hold the texture. Valid values are 0.1 to 1.0.

virtual void Kitware.VTK.vtkSmartVolumeMapper.SetMaxMemoryInBytes ( int  _arg) [virtual]

Value passed to the GPU mapper. Ignored by other mappers. Maximum size of the 3D texture in GPU memory. Will default to the size computed from the graphics card. Can be adjusted by the user. Useful if the automatic detection is defective or missing.

Set the requested render mode. The default is vtkSmartVolumeMapper::DefaultRenderMode.

Set the requested render mode to vtkSmartVolumeMapper::DefaultRenderMode. This is the best option for an application that must adapt to different data types, harware, and rendering parameters.

Set the requested render mode to vtkSmartVolumeMapper::RayCastRenderMode. This option will use software rendering exclusively. This is a good option if you know there is no hardware acceleration.

Set the requested render mode to vtkSmartVolumeMapper::RayCastAndTextureRenderMode. This is a good option if you want to avoid using advanced OpenGL functionality, but would still like to used 3D texture mapping, if available, for interactive rendering.

static internal void Kitware.VTK.vtkSmartVolumeMapper.vtkSmartVolumeMapper_CreateCanonicalView_01 ( HandleRef  pThis,
HandleRef  ren,
HandleRef  volume,
HandleRef  volume2,
HandleRef  image,
int  blend_mode,
IntPtr  viewDirection,
IntPtr  viewUp 
) [private]
static internal float Kitware.VTK.vtkSmartVolumeMapper.vtkSmartVolumeMapper_GetFinalColorLevel_02 ( HandleRef  pThis) [private]
static internal float Kitware.VTK.vtkSmartVolumeMapper.vtkSmartVolumeMapper_GetFinalColorWindow_03 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkSmartVolumeMapper.vtkSmartVolumeMapper_GetInteractiveUpdateRate_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkSmartVolumeMapper.vtkSmartVolumeMapper_GetInterpolationMode_07 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkSmartVolumeMapper.vtkSmartVolumeMapper_GetLastUsedRenderMode_10 ( HandleRef  pThis) [private]
static internal float Kitware.VTK.vtkSmartVolumeMapper.vtkSmartVolumeMapper_GetMaxMemoryFraction_11 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkSmartVolumeMapper.vtkSmartVolumeMapper_GetMaxMemoryInBytes_14 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkSmartVolumeMapper.vtkSmartVolumeMapper_GetRequestedRenderMode_15 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkSmartVolumeMapper.vtkSmartVolumeMapper_IsA_16 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkSmartVolumeMapper.vtkSmartVolumeMapper_IsTypeOf_17 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkSmartVolumeMapper.vtkSmartVolumeMapper_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkSmartVolumeMapper.vtkSmartVolumeMapper_NewInstance_19 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkSmartVolumeMapper.vtkSmartVolumeMapper_ReleaseGraphicsResources_20 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkSmartVolumeMapper.vtkSmartVolumeMapper_Render_21 ( HandleRef  pThis,
HandleRef  arg0,
HandleRef  arg1 
) [private]
static internal IntPtr Kitware.VTK.vtkSmartVolumeMapper.vtkSmartVolumeMapper_SafeDownCast_22 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkSmartVolumeMapper.vtkSmartVolumeMapper_SetFinalColorLevel_23 ( HandleRef  pThis,
float  _arg 
) [private]
static internal void Kitware.VTK.vtkSmartVolumeMapper.vtkSmartVolumeMapper_SetFinalColorWindow_24 ( HandleRef  pThis,
float  _arg 
) [private]
static internal void Kitware.VTK.vtkSmartVolumeMapper.vtkSmartVolumeMapper_SetInteractiveUpdateRate_25 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkSmartVolumeMapper.vtkSmartVolumeMapper_SetInterpolationMode_26 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkSmartVolumeMapper.vtkSmartVolumeMapper_SetMaxMemoryFraction_30 ( HandleRef  pThis,
float  _arg 
) [private]
static internal void Kitware.VTK.vtkSmartVolumeMapper.vtkSmartVolumeMapper_SetMaxMemoryInBytes_31 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkSmartVolumeMapper.vtkSmartVolumeMapper_SetRequestedRenderMode_32 ( HandleRef  pThis,
int  mode 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkSmartVolumeMapper.MRClassNameKey = "20vtkSmartVolumeMapper" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkVolumeMapper.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkVolumeMapper.


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