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

vtkUnstructuredGridVolumeMapper - Abstract class for a unstructured grid volume mapper More...

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

List of all members.

Public Types

enum  COMPOSITE_BLEND_WrapperEnum { COMPOSITE_BLEND = 0, MAXIMUM_INTENSITY_BLEND = 1 }
 Set/Get the input data. More...

Public Member Functions

 vtkUnstructuredGridVolumeMapper (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
virtual int GetBlendMode ()
 Set/Get the input data.
vtkUnstructuredGrid GetInput ()
 Set/Get the input data.
override int IsA (string type)
 Undocumented Block.
new vtkUnstructuredGridVolumeMapper NewInstance ()
 Undocumented Block.
override void ReleaseGraphicsResources (vtkWindow arg0)
 Set/Get the input data.
override void Render (vtkRenderer ren, vtkVolume vol)
 Set/Get the input data.
virtual void SetBlendMode (int _arg)
 Set/Get the input data.
void SetBlendModeToComposite ()
 Set/Get the input data.
void SetBlendModeToMaximumIntensity ()
 Set/Get the input data.
virtual void SetInput (vtkUnstructuredGrid arg0)
 Set/Get the input data.
override void SetInput (vtkDataSet arg0)
 Set/Get the input data.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "31vtkUnstructuredGridVolumeMapper"
 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 int vtkUnstructuredGridVolumeMapper_GetBlendMode_01 (HandleRef pThis)
static internal IntPtr vtkUnstructuredGridVolumeMapper_GetInput_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkUnstructuredGridVolumeMapper_IsA_03 (HandleRef pThis, string type)
static internal int vtkUnstructuredGridVolumeMapper_IsTypeOf_04 (string type)
static internal IntPtr vtkUnstructuredGridVolumeMapper_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkUnstructuredGridVolumeMapper_ReleaseGraphicsResources_06 (HandleRef pThis, HandleRef arg0)
static internal void vtkUnstructuredGridVolumeMapper_Render_07 (HandleRef pThis, HandleRef ren, HandleRef vol)
static internal IntPtr vtkUnstructuredGridVolumeMapper_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkUnstructuredGridVolumeMapper_SetBlendMode_09 (HandleRef pThis, int _arg)
static internal void vtkUnstructuredGridVolumeMapper_SetBlendModeToComposite_10 (HandleRef pThis)
static internal void vtkUnstructuredGridVolumeMapper_SetBlendModeToMaximumIntensity_11 (HandleRef pThis)
static internal void vtkUnstructuredGridVolumeMapper_SetInput_12 (HandleRef pThis, HandleRef arg0)
static internal void vtkUnstructuredGridVolumeMapper_SetInput_13 (HandleRef pThis, HandleRef arg0)

Static Private Member Functions

static vtkUnstructuredGridVolumeMapper ()
 Automatically generated type registration mechanics.

Detailed Description

vtkUnstructuredGridVolumeMapper - Abstract class for a unstructured grid volume mapper


Member Enumeration Documentation

Set/Get the input data.

Enumerator:
COMPOSITE_BLEND 

enum member

MAXIMUM_INTENSITY_BLEND 

enum member


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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


Member Function Documentation

override void Kitware.VTK.vtkUnstructuredGridVolumeMapper.Dispose ( bool  disposing) [protected]

Set/Get the input data.

Set/Get the input data.

Here is the call graph for this function:

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

Set/Get the input data.

Set/Get the input data.

Set/Get the input data.

Set/Get the input data.

Set/Get the input data.

Reimplemented from Kitware.VTK.vtkAbstractVolumeMapper.

static internal IntPtr Kitware.VTK.vtkUnstructuredGridVolumeMapper.vtkUnstructuredGridVolumeMapper_GetInput_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkUnstructuredGridVolumeMapper.vtkUnstructuredGridVolumeMapper_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkUnstructuredGridVolumeMapper.vtkUnstructuredGridVolumeMapper_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkUnstructuredGridVolumeMapper.vtkUnstructuredGridVolumeMapper_ReleaseGraphicsResources_06 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkUnstructuredGridVolumeMapper.vtkUnstructuredGridVolumeMapper_Render_07 ( HandleRef  pThis,
HandleRef  ren,
HandleRef  vol 
) [private]
static internal IntPtr Kitware.VTK.vtkUnstructuredGridVolumeMapper.vtkUnstructuredGridVolumeMapper_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkUnstructuredGridVolumeMapper.vtkUnstructuredGridVolumeMapper_SetBlendMode_09 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkUnstructuredGridVolumeMapper.vtkUnstructuredGridVolumeMapper_SetInput_12 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkUnstructuredGridVolumeMapper.vtkUnstructuredGridVolumeMapper_SetInput_13 ( HandleRef  pThis,
HandleRef  arg0 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkUnstructuredGridVolumeMapper.MRClassNameKey = "31vtkUnstructuredGridVolumeMapper" [static]
new const string Kitware.VTK.vtkUnstructuredGridVolumeMapper.MRFullTypeName = "Kitware.VTK.vtkUnstructuredGridVolumeMapper"

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