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

vtkVolumeTextureMapper - Abstract class for a volume mapper More...

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

List of all members.

Public Member Functions

 vtkVolumeTextureMapper (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
IntPtr GetBlueDiffuseShadingTable ()
 Get the gradient shader.
IntPtr GetBlueSpecularShadingTable ()
 Get the gradient shader.
virtual double[] GetDataOrigin ()
 Get the gradient shader.
virtual void GetDataOrigin (IntPtr data)
 Get the gradient shader.
virtual double[] GetDataSpacing ()
 Get the gradient shader.
virtual void GetDataSpacing (IntPtr data)
 Get the gradient shader.
IntPtr GetEncodedNormals ()
 Get the gradient shader.
virtual vtkEncodedGradientEstimator GetGradientEstimator ()
 Set / Get the gradient estimator used to estimate normals.
override float GetGradientMagnitudeBias ()
 Get the gradient shader.
override float GetGradientMagnitudeBias (int arg0)
 Get the gradient shader.
override float GetGradientMagnitudeScale ()
 Get the gradient shader.
override float GetGradientMagnitudeScale (int arg0)
 Get the gradient shader.
IntPtr GetGradientMagnitudes ()
 Get the gradient shader.
IntPtr GetGradientOpacityArray ()
 Get the gradient shader.
virtual vtkEncodedGradientShader GetGradientShader ()
 Get the gradient shader.
IntPtr GetGreenDiffuseShadingTable ()
 Get the gradient shader.
IntPtr GetGreenSpecularShadingTable ()
 Get the gradient shader.
IntPtr GetRGBAArray ()
 Get the gradient shader.
IntPtr GetRedDiffuseShadingTable ()
 Get the gradient shader.
IntPtr GetRedSpecularShadingTable ()
 Get the gradient shader.
virtual vtkRenderWindow GetRenderWindow ()
 Get the gradient shader.
virtual int GetShade ()
 Get the gradient shader.
override int IsA (string type)
 Undocumented Block.
new vtkVolumeTextureMapper NewInstance ()
 Undocumented Block.
override void Render (vtkRenderer ren, vtkVolume vol)
 Get the gradient shader.
virtual void SetGradientEstimator (vtkEncodedGradientEstimator gradest)
 Set / Get the gradient estimator used to estimate normals.
override void Update ()
 Update the volume rendering pipeline by updating the scalar input.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "22vtkVolumeTextureMapper"
 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 vtkVolumeTextureMapper_GetBlueDiffuseShadingTable_01 (HandleRef pThis)
static internal IntPtr vtkVolumeTextureMapper_GetBlueSpecularShadingTable_02 (HandleRef pThis)
static internal IntPtr vtkVolumeTextureMapper_GetDataOrigin_03 (HandleRef pThis)
static internal void vtkVolumeTextureMapper_GetDataOrigin_04 (HandleRef pThis, IntPtr data)
static internal IntPtr vtkVolumeTextureMapper_GetDataSpacing_05 (HandleRef pThis)
static internal void vtkVolumeTextureMapper_GetDataSpacing_06 (HandleRef pThis, IntPtr data)
static internal IntPtr vtkVolumeTextureMapper_GetEncodedNormals_07 (HandleRef pThis)
static internal IntPtr vtkVolumeTextureMapper_GetGradientEstimator_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal float vtkVolumeTextureMapper_GetGradientMagnitudeBias_09 (HandleRef pThis)
static internal float vtkVolumeTextureMapper_GetGradientMagnitudeBias_10 (HandleRef pThis, int arg0)
static internal float vtkVolumeTextureMapper_GetGradientMagnitudeScale_11 (HandleRef pThis)
static internal float vtkVolumeTextureMapper_GetGradientMagnitudeScale_12 (HandleRef pThis, int arg0)
static internal IntPtr vtkVolumeTextureMapper_GetGradientMagnitudes_13 (HandleRef pThis)
static internal IntPtr vtkVolumeTextureMapper_GetGradientOpacityArray_14 (HandleRef pThis)
static internal IntPtr vtkVolumeTextureMapper_GetGradientShader_15 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkVolumeTextureMapper_GetGreenDiffuseShadingTable_16 (HandleRef pThis)
static internal IntPtr vtkVolumeTextureMapper_GetGreenSpecularShadingTable_17 (HandleRef pThis)
static internal IntPtr vtkVolumeTextureMapper_GetRGBAArray_18 (HandleRef pThis)
static internal IntPtr vtkVolumeTextureMapper_GetRedDiffuseShadingTable_19 (HandleRef pThis)
static internal IntPtr vtkVolumeTextureMapper_GetRedSpecularShadingTable_20 (HandleRef pThis)
static internal IntPtr vtkVolumeTextureMapper_GetRenderWindow_21 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkVolumeTextureMapper_GetShade_22 (HandleRef pThis)
static internal int vtkVolumeTextureMapper_IsA_23 (HandleRef pThis, string type)
static internal int vtkVolumeTextureMapper_IsTypeOf_24 (string type)
static internal IntPtr vtkVolumeTextureMapper_NewInstance_25 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkVolumeTextureMapper_Render_26 (HandleRef pThis, HandleRef ren, HandleRef vol)
static internal IntPtr vtkVolumeTextureMapper_SafeDownCast_27 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkVolumeTextureMapper_SetGradientEstimator_28 (HandleRef pThis, HandleRef gradest)
static internal void vtkVolumeTextureMapper_Update_29 (HandleRef pThis)

Static Private Member Functions

static vtkVolumeTextureMapper ()
 Automatically generated type registration mechanics.

Detailed Description

vtkVolumeTextureMapper - Abstract class for a volume mapper


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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


Member Function Documentation

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

Reimplemented in Kitware.VTK.vtkOpenGLVolumeTextureMapper2D, and Kitware.VTK.vtkVolumeTextureMapper2D.

Get the gradient shader.

Get the gradient shader.

virtual double [] Kitware.VTK.vtkVolumeTextureMapper.GetDataOrigin ( ) [virtual]

Get the gradient shader.

virtual void Kitware.VTK.vtkVolumeTextureMapper.GetDataOrigin ( IntPtr  data) [virtual]

Get the gradient shader.

virtual double [] Kitware.VTK.vtkVolumeTextureMapper.GetDataSpacing ( ) [virtual]

Get the gradient shader.

virtual void Kitware.VTK.vtkVolumeTextureMapper.GetDataSpacing ( IntPtr  data) [virtual]

Get the gradient shader.

Get the gradient shader.

Set / Get the gradient estimator used to estimate normals.

Here is the call graph for this function:

Get the gradient shader.

Reimplemented from Kitware.VTK.vtkAbstractVolumeMapper.

override float Kitware.VTK.vtkVolumeTextureMapper.GetGradientMagnitudeBias ( int  arg0) [virtual]

Get the gradient shader.

Reimplemented from Kitware.VTK.vtkAbstractVolumeMapper.

Get the gradient shader.

Get the gradient shader.

Reimplemented from Kitware.VTK.vtkAbstractVolumeMapper.

override float Kitware.VTK.vtkVolumeTextureMapper.GetGradientMagnitudeScale ( int  arg0) [virtual]

Get the gradient shader.

Reimplemented from Kitware.VTK.vtkAbstractVolumeMapper.

Get the gradient shader.

Get the gradient shader.

Here is the call graph for this function:

Get the gradient shader.

Get the gradient shader.

Get the gradient shader.

Get the gradient shader.

Get the gradient shader.

Here is the call graph for this function:

Get the gradient shader.

Get the gradient shader.

override int Kitware.VTK.vtkVolumeTextureMapper.IsA ( string  type) [virtual]
static new int Kitware.VTK.vtkVolumeTextureMapper.IsTypeOf ( string  type) [static]
override void Kitware.VTK.vtkVolumeTextureMapper.Render ( vtkRenderer  ren,
vtkVolume  vol 
) [virtual]

Get the gradient shader.

Reimplemented from Kitware.VTK.vtkVolumeMapper.

Reimplemented in Kitware.VTK.vtkVolumeTextureMapper2D, and Kitware.VTK.vtkOpenGLVolumeTextureMapper2D.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkVolumeMapper.

Reimplemented in Kitware.VTK.vtkVolumeTextureMapper2D, and Kitware.VTK.vtkOpenGLVolumeTextureMapper2D.

Here is the call graph for this function:

Set / Get the gradient estimator used to estimate normals.

override void Kitware.VTK.vtkVolumeTextureMapper.Update ( ) [virtual]

Update the volume rendering pipeline by updating the scalar input.

Reimplemented from Kitware.VTK.vtkAlgorithm.

static internal IntPtr Kitware.VTK.vtkVolumeTextureMapper.vtkVolumeTextureMapper_GetDataOrigin_03 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkVolumeTextureMapper.vtkVolumeTextureMapper_GetDataOrigin_04 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal IntPtr Kitware.VTK.vtkVolumeTextureMapper.vtkVolumeTextureMapper_GetDataSpacing_05 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkVolumeTextureMapper.vtkVolumeTextureMapper_GetDataSpacing_06 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal IntPtr Kitware.VTK.vtkVolumeTextureMapper.vtkVolumeTextureMapper_GetEncodedNormals_07 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkVolumeTextureMapper.vtkVolumeTextureMapper_GetGradientEstimator_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal float Kitware.VTK.vtkVolumeTextureMapper.vtkVolumeTextureMapper_GetGradientMagnitudeBias_10 ( HandleRef  pThis,
int  arg0 
) [private]
static internal IntPtr Kitware.VTK.vtkVolumeTextureMapper.vtkVolumeTextureMapper_GetGradientMagnitudes_13 ( HandleRef  pThis) [private]
static internal float Kitware.VTK.vtkVolumeTextureMapper.vtkVolumeTextureMapper_GetGradientMagnitudeScale_12 ( HandleRef  pThis,
int  arg0 
) [private]
static internal IntPtr Kitware.VTK.vtkVolumeTextureMapper.vtkVolumeTextureMapper_GetGradientOpacityArray_14 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkVolumeTextureMapper.vtkVolumeTextureMapper_GetGradientShader_15 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkVolumeTextureMapper.vtkVolumeTextureMapper_GetRenderWindow_21 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkVolumeTextureMapper.vtkVolumeTextureMapper_GetRGBAArray_18 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkVolumeTextureMapper.vtkVolumeTextureMapper_GetShade_22 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkVolumeTextureMapper.vtkVolumeTextureMapper_IsA_23 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkVolumeTextureMapper.vtkVolumeTextureMapper_IsTypeOf_24 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkVolumeTextureMapper.vtkVolumeTextureMapper_NewInstance_25 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkVolumeTextureMapper.vtkVolumeTextureMapper_Render_26 ( HandleRef  pThis,
HandleRef  ren,
HandleRef  vol 
) [private]
static internal IntPtr Kitware.VTK.vtkVolumeTextureMapper.vtkVolumeTextureMapper_SafeDownCast_27 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkVolumeTextureMapper.vtkVolumeTextureMapper_SetGradientEstimator_28 ( HandleRef  pThis,
HandleRef  gradest 
) [private]
static internal void Kitware.VTK.vtkVolumeTextureMapper.vtkVolumeTextureMapper_Update_29 ( HandleRef  pThis) [private]

Member Data Documentation

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkVolumeMapper.

Reimplemented in Kitware.VTK.vtkOpenGLVolumeTextureMapper2D, and Kitware.VTK.vtkVolumeTextureMapper2D.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkVolumeMapper.

Reimplemented in Kitware.VTK.vtkOpenGLVolumeTextureMapper2D, and Kitware.VTK.vtkVolumeTextureMapper2D.


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