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

vtkVolume - represents a volume (data & properties) in a rendered scene More...

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

List of all members.

Public Member Functions

 vtkVolume (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkVolume ()
 Creates a Volume with the following defaults: origin(0,0,0) position=(0,0,0) scale=1 visibility=1 pickable=1 dragable=1 orientation=(0,0,0).
float GetArraySize ()
 Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.
override double[] GetBounds ()
 Get the bounds - either all six at once (xmin, xmax, ymin, ymax, zmin, zmax) or one at a time.
new void GetBounds (IntPtr bounds)
 Get the bounds - either all six at once (xmin, xmax, ymin, ymax, zmin, zmax) or one at a time.
IntPtr GetCorrectedScalarOpacityArray (int arg0)
 Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.
IntPtr GetCorrectedScalarOpacityArray ()
 Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.
IntPtr GetGradientOpacityArray (int arg0)
 Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.
IntPtr GetGradientOpacityArray ()
 Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.
float GetGradientOpacityConstant (int arg0)
 Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.
float GetGradientOpacityConstant ()
 Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.
IntPtr GetGrayArray (int arg0)
 Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.
IntPtr GetGrayArray ()
 Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.
override uint GetMTime ()
 Return the MTime also considering the property etc.
virtual vtkAbstractVolumeMapper GetMapper ()
 Set/Get the volume mapper.
double GetMaxXBound ()
 Get the bounds - either all six at once (xmin, xmax, ymin, ymax, zmin, zmax) or one at a time.
double GetMaxYBound ()
 Get the bounds - either all six at once (xmin, xmax, ymin, ymax, zmin, zmax) or one at a time.
double GetMaxZBound ()
 Get the bounds - either all six at once (xmin, xmax, ymin, ymax, zmin, zmax) or one at a time.
double GetMinXBound ()
 Get the bounds - either all six at once (xmin, xmax, ymin, ymax, zmin, zmax) or one at a time.
double GetMinYBound ()
 Get the bounds - either all six at once (xmin, xmax, ymin, ymax, zmin, zmax) or one at a time.
double GetMinZBound ()
 Get the bounds - either all six at once (xmin, xmax, ymin, ymax, zmin, zmax) or one at a time.
vtkVolumeProperty GetProperty ()
 Set/Get the volume property.
IntPtr GetRGBArray (int arg0)
 Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.
IntPtr GetRGBArray ()
 Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.
override uint GetRedrawMTime ()
 Return the mtime of anything that would cause the rendered image to appear differently. Usually this involves checking the mtime of the prop plus anything else it depends on such as properties, mappers, etc.
IntPtr GetScalarOpacityArray (int arg0)
 Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.
IntPtr GetScalarOpacityArray ()
 Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.
override void GetVolumes (vtkPropCollection vc)
 For some exporters and other other operations we must be able to collect all the actors or volumes. This method is used in that process.
override int IsA (string type)
 Undocumented Block.
new vtkVolume NewInstance ()
 Undocumented Block.
override void ReleaseGraphicsResources (vtkWindow arg0)
 Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.
override int RenderVolumetricGeometry (vtkViewport viewport)
 Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.
void SetMapper (vtkAbstractVolumeMapper mapper)
 Set/Get the volume mapper.
void SetProperty (vtkVolumeProperty property)
 Set/Get the volume property.
override void ShallowCopy (vtkProp prop)
 Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.
void Update ()
 Update the volume rendering pipeline by updating the volume mapper.
void UpdateScalarOpacityforSampleSize (vtkRenderer ren, float sample_distance)
 Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.
void UpdateTransferFunctions (vtkRenderer ren)
 Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.

Static Public Member Functions

static new vtkVolume New ()
 Creates a Volume with the following defaults: origin(0,0,0) position=(0,0,0) scale=1 visibility=1 pickable=1 dragable=1 orientation=(0,0,0).
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkVolume SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "9vtkVolume"
 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 vtkVolume_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal float vtkVolume_GetArraySize_01 (HandleRef pThis)
static internal IntPtr vtkVolume_GetBounds_02 (HandleRef pThis)
static internal void vtkVolume_GetBounds_03 (HandleRef pThis, IntPtr bounds)
static internal IntPtr vtkVolume_GetCorrectedScalarOpacityArray_04 (HandleRef pThis, int arg0)
static internal IntPtr vtkVolume_GetCorrectedScalarOpacityArray_05 (HandleRef pThis)
static internal IntPtr vtkVolume_GetGradientOpacityArray_06 (HandleRef pThis, int arg0)
static internal IntPtr vtkVolume_GetGradientOpacityArray_07 (HandleRef pThis)
static internal float vtkVolume_GetGradientOpacityConstant_08 (HandleRef pThis, int arg0)
static internal float vtkVolume_GetGradientOpacityConstant_09 (HandleRef pThis)
static internal IntPtr vtkVolume_GetGrayArray_10 (HandleRef pThis, int arg0)
static internal IntPtr vtkVolume_GetGrayArray_11 (HandleRef pThis)
static internal uint vtkVolume_GetMTime_12 (HandleRef pThis)
static internal IntPtr vtkVolume_GetMapper_13 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkVolume_GetMaxXBound_14 (HandleRef pThis)
static internal double vtkVolume_GetMaxYBound_15 (HandleRef pThis)
static internal double vtkVolume_GetMaxZBound_16 (HandleRef pThis)
static internal double vtkVolume_GetMinXBound_17 (HandleRef pThis)
static internal double vtkVolume_GetMinYBound_18 (HandleRef pThis)
static internal double vtkVolume_GetMinZBound_19 (HandleRef pThis)
static internal IntPtr vtkVolume_GetProperty_20 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkVolume_GetRGBArray_21 (HandleRef pThis, int arg0)
static internal IntPtr vtkVolume_GetRGBArray_22 (HandleRef pThis)
static internal uint vtkVolume_GetRedrawMTime_23 (HandleRef pThis)
static internal IntPtr vtkVolume_GetScalarOpacityArray_24 (HandleRef pThis, int arg0)
static internal IntPtr vtkVolume_GetScalarOpacityArray_25 (HandleRef pThis)
static internal void vtkVolume_GetVolumes_26 (HandleRef pThis, HandleRef vc)
static internal int vtkVolume_IsA_27 (HandleRef pThis, string type)
static internal int vtkVolume_IsTypeOf_28 (string type)
static internal IntPtr vtkVolume_NewInstance_30 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkVolume_ReleaseGraphicsResources_31 (HandleRef pThis, HandleRef arg0)
static internal int vtkVolume_RenderVolumetricGeometry_32 (HandleRef pThis, HandleRef viewport)
static internal IntPtr vtkVolume_SafeDownCast_33 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkVolume_SetMapper_34 (HandleRef pThis, HandleRef mapper)
static internal void vtkVolume_SetProperty_35 (HandleRef pThis, HandleRef property)
static internal void vtkVolume_ShallowCopy_36 (HandleRef pThis, HandleRef prop)
static internal void vtkVolume_Update_37 (HandleRef pThis)
static internal void vtkVolume_UpdateScalarOpacityforSampleSize_38 (HandleRef pThis, HandleRef ren, float sample_distance)
static internal void vtkVolume_UpdateTransferFunctions_39 (HandleRef pThis, HandleRef ren)

Static Private Member Functions

static vtkVolume ()
 Automatically generated type registration mechanics.

Detailed Description

vtkVolume - represents a volume (data & properties) in a rendered scene

Description vtkVolume is used to represent a volumetric entity in a rendering scene. It inherits functions related to the volume's position, orientation and origin from vtkProp3D. The volume maintains a reference to the volumetric data (i.e., the volume mapper). The volume also contains a reference to a volume property which contains all common volume rendering parameters.


Constructor & Destructor Documentation

static Kitware.VTK.vtkVolume.vtkVolume ( ) [static, private]

Automatically generated type registration mechanics.

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

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

Creates a Volume with the following defaults: origin(0,0,0) position=(0,0,0) scale=1 visibility=1 pickable=1 dragable=1 orientation=(0,0,0).


Member Function Documentation

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

Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.

override double [] Kitware.VTK.vtkVolume.GetBounds ( ) [virtual]

Get the bounds - either all six at once (xmin, xmax, ymin, ymax, zmin, zmax) or one at a time.

Reimplemented from Kitware.VTK.vtkProp3D.

new void Kitware.VTK.vtkVolume.GetBounds ( IntPtr  bounds)

Get the bounds - either all six at once (xmin, xmax, ymin, ymax, zmin, zmax) or one at a time.

Reimplemented from Kitware.VTK.vtkProp3D.

Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.

Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.

Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.

Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.

Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.

Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.

IntPtr Kitware.VTK.vtkVolume.GetGrayArray ( int  arg0)

Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.

Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.

Set/Get the volume mapper.

Here is the call graph for this function:

Get the bounds - either all six at once (xmin, xmax, ymin, ymax, zmin, zmax) or one at a time.

Get the bounds - either all six at once (xmin, xmax, ymin, ymax, zmin, zmax) or one at a time.

Get the bounds - either all six at once (xmin, xmax, ymin, ymax, zmin, zmax) or one at a time.

Get the bounds - either all six at once (xmin, xmax, ymin, ymax, zmin, zmax) or one at a time.

Get the bounds - either all six at once (xmin, xmax, ymin, ymax, zmin, zmax) or one at a time.

Get the bounds - either all six at once (xmin, xmax, ymin, ymax, zmin, zmax) or one at a time.

override uint Kitware.VTK.vtkVolume.GetMTime ( ) [virtual]

Return the MTime also considering the property etc.

Reimplemented from Kitware.VTK.vtkProp3D.

Set/Get the volume property.

Here is the call graph for this function:

override uint Kitware.VTK.vtkVolume.GetRedrawMTime ( ) [virtual]

Return the mtime of anything that would cause the rendered image to appear differently. Usually this involves checking the mtime of the prop plus anything else it depends on such as properties, mappers, etc.

Reimplemented from Kitware.VTK.vtkProp.

IntPtr Kitware.VTK.vtkVolume.GetRGBArray ( int  arg0)

Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.

Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.

Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.

Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.

override void Kitware.VTK.vtkVolume.GetVolumes ( vtkPropCollection  vc) [virtual]

For some exporters and other other operations we must be able to collect all the actors or volumes. This method is used in that process.

Reimplemented from Kitware.VTK.vtkProp.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkProp3D.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkProp3D.

static new vtkVolume Kitware.VTK.vtkVolume.New ( ) [static]

Creates a Volume with the following defaults: origin(0,0,0) position=(0,0,0) scale=1 visibility=1 pickable=1 dragable=1 orientation=(0,0,0).

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkProp3D.

override void Kitware.VTK.vtkVolume.ReleaseGraphicsResources ( vtkWindow  arg0) [virtual]

Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.

Reimplemented from Kitware.VTK.vtkProp.

override int Kitware.VTK.vtkVolume.RenderVolumetricGeometry ( vtkViewport  viewport) [virtual]

Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.

Reimplemented from Kitware.VTK.vtkProp.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkProp3D.

Here is the call graph for this function:

Set/Get the volume mapper.

Set/Get the volume property.

override void Kitware.VTK.vtkVolume.ShallowCopy ( vtkProp  prop) [virtual]

Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.

Reimplemented from Kitware.VTK.vtkProp3D.

Update the volume rendering pipeline by updating the volume mapper.

void Kitware.VTK.vtkVolume.UpdateScalarOpacityforSampleSize ( vtkRenderer  ren,
float  sample_distance 
)

Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.

Shallow copy of this vtkVolume. Overloads the virtual vtkProp method.

static internal float Kitware.VTK.vtkVolume.vtkVolume_GetArraySize_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkVolume.vtkVolume_GetBounds_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkVolume.vtkVolume_GetBounds_03 ( HandleRef  pThis,
IntPtr  bounds 
) [private]
static internal IntPtr Kitware.VTK.vtkVolume.vtkVolume_GetCorrectedScalarOpacityArray_04 ( HandleRef  pThis,
int  arg0 
) [private]
static internal IntPtr Kitware.VTK.vtkVolume.vtkVolume_GetCorrectedScalarOpacityArray_05 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkVolume.vtkVolume_GetGradientOpacityArray_06 ( HandleRef  pThis,
int  arg0 
) [private]
static internal IntPtr Kitware.VTK.vtkVolume.vtkVolume_GetGradientOpacityArray_07 ( HandleRef  pThis) [private]
static internal float Kitware.VTK.vtkVolume.vtkVolume_GetGradientOpacityConstant_08 ( HandleRef  pThis,
int  arg0 
) [private]
static internal float Kitware.VTK.vtkVolume.vtkVolume_GetGradientOpacityConstant_09 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkVolume.vtkVolume_GetGrayArray_10 ( HandleRef  pThis,
int  arg0 
) [private]
static internal IntPtr Kitware.VTK.vtkVolume.vtkVolume_GetGrayArray_11 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkVolume.vtkVolume_GetMapper_13 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal double Kitware.VTK.vtkVolume.vtkVolume_GetMaxXBound_14 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkVolume.vtkVolume_GetMaxYBound_15 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkVolume.vtkVolume_GetMaxZBound_16 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkVolume.vtkVolume_GetMinXBound_17 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkVolume.vtkVolume_GetMinYBound_18 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkVolume.vtkVolume_GetMinZBound_19 ( HandleRef  pThis) [private]
static internal uint Kitware.VTK.vtkVolume.vtkVolume_GetMTime_12 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkVolume.vtkVolume_GetProperty_20 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal uint Kitware.VTK.vtkVolume.vtkVolume_GetRedrawMTime_23 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkVolume.vtkVolume_GetRGBArray_21 ( HandleRef  pThis,
int  arg0 
) [private]
static internal IntPtr Kitware.VTK.vtkVolume.vtkVolume_GetRGBArray_22 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkVolume.vtkVolume_GetScalarOpacityArray_24 ( HandleRef  pThis,
int  arg0 
) [private]
static internal IntPtr Kitware.VTK.vtkVolume.vtkVolume_GetScalarOpacityArray_25 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkVolume.vtkVolume_GetVolumes_26 ( HandleRef  pThis,
HandleRef  vc 
) [private]
static internal int Kitware.VTK.vtkVolume.vtkVolume_IsA_27 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkVolume.vtkVolume_IsTypeOf_28 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkVolume.vtkVolume_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkVolume.vtkVolume_NewInstance_30 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkVolume.vtkVolume_ReleaseGraphicsResources_31 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal int Kitware.VTK.vtkVolume.vtkVolume_RenderVolumetricGeometry_32 ( HandleRef  pThis,
HandleRef  viewport 
) [private]
static internal IntPtr Kitware.VTK.vtkVolume.vtkVolume_SafeDownCast_33 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkVolume.vtkVolume_SetMapper_34 ( HandleRef  pThis,
HandleRef  mapper 
) [private]
static internal void Kitware.VTK.vtkVolume.vtkVolume_SetProperty_35 ( HandleRef  pThis,
HandleRef  property 
) [private]
static internal void Kitware.VTK.vtkVolume.vtkVolume_ShallowCopy_36 ( HandleRef  pThis,
HandleRef  prop 
) [private]
static internal void Kitware.VTK.vtkVolume.vtkVolume_Update_37 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkVolume.vtkVolume_UpdateScalarOpacityforSampleSize_38 ( HandleRef  pThis,
HandleRef  ren,
float  sample_distance 
) [private]
static internal void Kitware.VTK.vtkVolume.vtkVolume_UpdateTransferFunctions_39 ( HandleRef  pThis,
HandleRef  ren 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkVolume.MRClassNameKey = "9vtkVolume" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkProp3D.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkProp3D.


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