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

vtkVolumeProperty - represents the common properties for rendering a volume. More...

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

List of all members.

Public Member Functions

 vtkVolumeProperty (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkVolumeProperty ()
 Undocumented Block.
void DeepCopy (vtkVolumeProperty p)
 Undocumented Block.
virtual void DisableGradientOpacityOff (int index)
 Enable/Disable the gradient opacity function for the given component. If set to true, any call to GetGradientOpacity() will return a default function for this component. Note that the gradient opacity function is still stored, it is not set or reset and can be retrieved using GetStoredGradientOpacity().
virtual void DisableGradientOpacityOff ()
 Enable/Disable the gradient opacity function for the given component. If set to true, any call to GetGradientOpacity() will return a default function for this component. Note that the gradient opacity function is still stored, it is not set or reset and can be retrieved using GetStoredGradientOpacity().
virtual void DisableGradientOpacityOn (int index)
 Enable/Disable the gradient opacity function for the given component. If set to true, any call to GetGradientOpacity() will return a default function for this component. Note that the gradient opacity function is still stored, it is not set or reset and can be retrieved using GetStoredGradientOpacity().
virtual void DisableGradientOpacityOn ()
 Enable/Disable the gradient opacity function for the given component. If set to true, any call to GetGradientOpacity() will return a default function for this component. Note that the gradient opacity function is still stored, it is not set or reset and can be retrieved using GetStoredGradientOpacity().
double GetAmbient (int index)
 Set/Get the ambient lighting coefficient.
double GetAmbient ()
 Set/Get the ambient lighting coefficient.
int GetColorChannels (int index)
 Get the number of color channels in the transfer function for the given component.
int GetColorChannels ()
 Get the number of color channels in the transfer function for the given component.
virtual double GetComponentWeight (int index)
 Set/Get the scalar component weights.
double GetDiffuse (int index)
 Set/Get the diffuse lighting coefficient.
double GetDiffuse ()
 Set/Get the diffuse lighting coefficient.
virtual int GetDisableGradientOpacity (int index)
 Enable/Disable the gradient opacity function for the given component. If set to true, any call to GetGradientOpacity() will return a default function for this component. Note that the gradient opacity function is still stored, it is not set or reset and can be retrieved using GetStoredGradientOpacity().
virtual int GetDisableGradientOpacity ()
 Enable/Disable the gradient opacity function for the given component. If set to true, any call to GetGradientOpacity() will return a default function for this component. Note that the gradient opacity function is still stored, it is not set or reset and can be retrieved using GetStoredGradientOpacity().
vtkPiecewiseFunction GetGradientOpacity (int index)
 Get the gradient magnitude opacity transfer function for the given component. If no transfer function has been set for this component, a default one is created and returned. This default function is always returned if DisableGradientOpacity is On for that component.
vtkPiecewiseFunction GetGradientOpacity ()
 Get the gradient magnitude opacity transfer function for the given component. If no transfer function has been set for this component, a default one is created and returned. This default function is always returned if DisableGradientOpacity is On for that component.
vtkPiecewiseFunction GetGrayTransferFunction (int index)
 Get the gray transfer function. If no transfer function has been set for this component, a default one is created and returned.
vtkPiecewiseFunction GetGrayTransferFunction ()
 Get the gray transfer function. If no transfer function has been set for this component, a default one is created and returned.
virtual int GetIndependentComponents ()
 Does the data have independent components, or do some define color only? If IndependentComponents is On (the default) then each component will be independently passed through a lookup table to determine RGBA, shaded. Some volume Mappers can handle 1 to 4 component unsigned char or unsigned short data (see each mapper header file to determine functionality). If IndependentComponents is Off, then you must have either 2 or 4 component data. For 2 component data, the first is passed through the first color transfer function and the second component is passed through the first opacity transfer function. Normals will be generated off of the second component. For 4 component data, the first three will directly represent RGB (no lookup table). The fourth component will be passed through the first scalar opacity transfer function for opacity. Normals will be generated from the fourth component.
virtual int GetIndependentComponentsMaxValue ()
 Does the data have independent components, or do some define color only? If IndependentComponents is On (the default) then each component will be independently passed through a lookup table to determine RGBA, shaded. Some volume Mappers can handle 1 to 4 component unsigned char or unsigned short data (see each mapper header file to determine functionality). If IndependentComponents is Off, then you must have either 2 or 4 component data. For 2 component data, the first is passed through the first color transfer function and the second component is passed through the first opacity transfer function. Normals will be generated off of the second component. For 4 component data, the first three will directly represent RGB (no lookup table). The fourth component will be passed through the first scalar opacity transfer function for opacity. Normals will be generated from the fourth component.
virtual int GetIndependentComponentsMinValue ()
 Does the data have independent components, or do some define color only? If IndependentComponents is On (the default) then each component will be independently passed through a lookup table to determine RGBA, shaded. Some volume Mappers can handle 1 to 4 component unsigned char or unsigned short data (see each mapper header file to determine functionality). If IndependentComponents is Off, then you must have either 2 or 4 component data. For 2 component data, the first is passed through the first color transfer function and the second component is passed through the first opacity transfer function. Normals will be generated off of the second component. For 4 component data, the first three will directly represent RGB (no lookup table). The fourth component will be passed through the first scalar opacity transfer function for opacity. Normals will be generated from the fourth component.
virtual int GetInterpolationType ()
 Set the interpolation type for sampling a volume. Initial value is VTK_NEAREST_INTERPOLATION.
string GetInterpolationTypeAsString ()
 Return the interpolation type as a descriptive character string.
virtual int GetInterpolationTypeMaxValue ()
 Set the interpolation type for sampling a volume. Initial value is VTK_NEAREST_INTERPOLATION.
virtual int GetInterpolationTypeMinValue ()
 Set the interpolation type for sampling a volume. Initial value is VTK_NEAREST_INTERPOLATION.
override uint GetMTime ()
 Get the modified time for this object (or the properties registered with this object).
vtkColorTransferFunction GetRGBTransferFunction (int index)
 Get the RGB transfer function for the given component. If no transfer function has been set for this component, a default one is created and returned.
vtkColorTransferFunction GetRGBTransferFunction ()
 Get the RGB transfer function for the given component. If no transfer function has been set for this component, a default one is created and returned.
vtkPiecewiseFunction GetScalarOpacity (int index)
 Get the scalar opacity transfer function for the given component. If no transfer function has been set for this component, a default one is created and returned.
vtkPiecewiseFunction GetScalarOpacity ()
 Get the scalar opacity transfer function for the given component. If no transfer function has been set for this component, a default one is created and returned.
double GetScalarOpacityUnitDistance (int index)
 Set/Get the unit distance on which the scalar opacity transfer function is defined. By default this is 1.0, meaning that over a distance of 1.0 units, a given opacity (from the transfer function) is accumulated. This is adjusted for the actual sampling distance during rendering.
double GetScalarOpacityUnitDistance ()
 Set/Get the unit distance on which the scalar opacity transfer function is defined. By default this is 1.0, meaning that over a distance of 1.0 units, a given opacity (from the transfer function) is accumulated. This is adjusted for the actual sampling distance during rendering.
int GetShade (int index)
 Set/Get the shading of a volume. If shading is turned off, then the mapper for the volume will not perform shading calculations. If shading is turned on, the mapper may perform shading calculations - in some cases shading does not apply (for example, in a maximum intensity projection) and therefore shading will not be performed even if this flag is on. For a compositing type of mapper, turning shading off is generally the same as setting ambient=1, diffuse=0, specular=0. Shading can be independently turned on/off per component.
int GetShade ()
 Set/Get the shading of a volume. If shading is turned off, then the mapper for the volume will not perform shading calculations. If shading is turned on, the mapper may perform shading calculations - in some cases shading does not apply (for example, in a maximum intensity projection) and therefore shading will not be performed even if this flag is on. For a compositing type of mapper, turning shading off is generally the same as setting ambient=1, diffuse=0, specular=0. Shading can be independently turned on/off per component.
double GetSpecular (int index)
 Set/Get the specular lighting coefficient.
double GetSpecular ()
 Set/Get the specular lighting coefficient.
double GetSpecularPower (int index)
 Set/Get the specular power.
double GetSpecularPower ()
 Set/Get the specular power.
vtkPiecewiseFunction GetStoredGradientOpacity (int index)
 Enable/Disable the gradient opacity function for the given component. If set to true, any call to GetGradientOpacity() will return a default function for this component. Note that the gradient opacity function is still stored, it is not set or reset and can be retrieved using GetStoredGradientOpacity().
vtkPiecewiseFunction GetStoredGradientOpacity ()
 Enable/Disable the gradient opacity function for the given component. If set to true, any call to GetGradientOpacity() will return a default function for this component. Note that the gradient opacity function is still stored, it is not set or reset and can be retrieved using GetStoredGradientOpacity().
virtual void IndependentComponentsOff ()
 Does the data have independent components, or do some define color only? If IndependentComponents is On (the default) then each component will be independently passed through a lookup table to determine RGBA, shaded. Some volume Mappers can handle 1 to 4 component unsigned char or unsigned short data (see each mapper header file to determine functionality). If IndependentComponents is Off, then you must have either 2 or 4 component data. For 2 component data, the first is passed through the first color transfer function and the second component is passed through the first opacity transfer function. Normals will be generated off of the second component. For 4 component data, the first three will directly represent RGB (no lookup table). The fourth component will be passed through the first scalar opacity transfer function for opacity. Normals will be generated from the fourth component.
virtual void IndependentComponentsOn ()
 Does the data have independent components, or do some define color only? If IndependentComponents is On (the default) then each component will be independently passed through a lookup table to determine RGBA, shaded. Some volume Mappers can handle 1 to 4 component unsigned char or unsigned short data (see each mapper header file to determine functionality). If IndependentComponents is Off, then you must have either 2 or 4 component data. For 2 component data, the first is passed through the first color transfer function and the second component is passed through the first opacity transfer function. Normals will be generated off of the second component. For 4 component data, the first three will directly represent RGB (no lookup table). The fourth component will be passed through the first scalar opacity transfer function for opacity. Normals will be generated from the fourth component.
override int IsA (string type)
 Undocumented Block.
new vtkVolumeProperty NewInstance ()
 Undocumented Block.
void SetAmbient (int index, double value)
 Set/Get the ambient lighting coefficient.
void SetAmbient (double value)
 Set/Get the ambient lighting coefficient.
void SetColor (int index, vtkPiecewiseFunction function)
 Set the color of a volume to a gray level transfer function for the component indicated by index. This will set the color channels for this component to 1.
void SetColor (vtkPiecewiseFunction f)
 Set the color of a volume to a gray level transfer function for the component indicated by index. This will set the color channels for this component to 1.
void SetColor (int index, vtkColorTransferFunction function)
 Set the color of a volume to an RGB transfer function for the component indicated by index. This will set the color channels for this component to 3. This will also recompute the color channels.
void SetColor (vtkColorTransferFunction f)
 Set the color of a volume to an RGB transfer function for the component indicated by index. This will set the color channels for this component to 3. This will also recompute the color channels.
virtual void SetComponentWeight (int index, double value)
 Set/Get the scalar component weights.
void SetDiffuse (int index, double value)
 Set/Get the diffuse lighting coefficient.
void SetDiffuse (double value)
 Set/Get the diffuse lighting coefficient.
virtual void SetDisableGradientOpacity (int index, int value)
 Enable/Disable the gradient opacity function for the given component. If set to true, any call to GetGradientOpacity() will return a default function for this component. Note that the gradient opacity function is still stored, it is not set or reset and can be retrieved using GetStoredGradientOpacity().
virtual void SetDisableGradientOpacity (int value)
 Enable/Disable the gradient opacity function for the given component. If set to true, any call to GetGradientOpacity() will return a default function for this component. Note that the gradient opacity function is still stored, it is not set or reset and can be retrieved using GetStoredGradientOpacity().
void SetGradientOpacity (int index, vtkPiecewiseFunction function)
 Set the opacity of a volume to an opacity transfer function based on gradient magnitude for the given component.
void SetGradientOpacity (vtkPiecewiseFunction function)
 Set the opacity of a volume to an opacity transfer function based on gradient magnitude for the given component.
virtual void SetIndependentComponents (int _arg)
 Does the data have independent components, or do some define color only? If IndependentComponents is On (the default) then each component will be independently passed through a lookup table to determine RGBA, shaded. Some volume Mappers can handle 1 to 4 component unsigned char or unsigned short data (see each mapper header file to determine functionality). If IndependentComponents is Off, then you must have either 2 or 4 component data. For 2 component data, the first is passed through the first color transfer function and the second component is passed through the first opacity transfer function. Normals will be generated off of the second component. For 4 component data, the first three will directly represent RGB (no lookup table). The fourth component will be passed through the first scalar opacity transfer function for opacity. Normals will be generated from the fourth component.
virtual void SetInterpolationType (int _arg)
 Set the interpolation type for sampling a volume. Initial value is VTK_NEAREST_INTERPOLATION.
void SetInterpolationTypeToLinear ()
 Set the interpolation type for sampling a volume. Initial value is VTK_NEAREST_INTERPOLATION.
void SetInterpolationTypeToNearest ()
 Set the interpolation type for sampling a volume. Initial value is VTK_NEAREST_INTERPOLATION.
void SetScalarOpacity (int index, vtkPiecewiseFunction function)
 Set the opacity of a volume to an opacity transfer function based on scalar value for the component indicated by index.
void SetScalarOpacity (vtkPiecewiseFunction f)
 Set the opacity of a volume to an opacity transfer function based on scalar value for the component indicated by index.
void SetScalarOpacityUnitDistance (int index, double distance)
 Set/Get the unit distance on which the scalar opacity transfer function is defined. By default this is 1.0, meaning that over a distance of 1.0 units, a given opacity (from the transfer function) is accumulated. This is adjusted for the actual sampling distance during rendering.
void SetScalarOpacityUnitDistance (double distance)
 Set/Get the unit distance on which the scalar opacity transfer function is defined. By default this is 1.0, meaning that over a distance of 1.0 units, a given opacity (from the transfer function) is accumulated. This is adjusted for the actual sampling distance during rendering.
void SetShade (int index, int value)
 Set/Get the shading of a volume. If shading is turned off, then the mapper for the volume will not perform shading calculations. If shading is turned on, the mapper may perform shading calculations - in some cases shading does not apply (for example, in a maximum intensity projection) and therefore shading will not be performed even if this flag is on. For a compositing type of mapper, turning shading off is generally the same as setting ambient=1, diffuse=0, specular=0. Shading can be independently turned on/off per component.
void SetShade (int value)
 Set/Get the shading of a volume. If shading is turned off, then the mapper for the volume will not perform shading calculations. If shading is turned on, the mapper may perform shading calculations - in some cases shading does not apply (for example, in a maximum intensity projection) and therefore shading will not be performed even if this flag is on. For a compositing type of mapper, turning shading off is generally the same as setting ambient=1, diffuse=0, specular=0. Shading can be independently turned on/off per component.
void SetSpecular (int index, double value)
 Set/Get the specular lighting coefficient.
void SetSpecular (double value)
 Set/Get the specular lighting coefficient.
void SetSpecularPower (int index, double value)
 Set/Get the specular power.
void SetSpecularPower (double value)
 Set/Get the specular power.
void ShadeOff (int index)
 Set/Get the shading of a volume. If shading is turned off, then the mapper for the volume will not perform shading calculations. If shading is turned on, the mapper may perform shading calculations - in some cases shading does not apply (for example, in a maximum intensity projection) and therefore shading will not be performed even if this flag is on. For a compositing type of mapper, turning shading off is generally the same as setting ambient=1, diffuse=0, specular=0. Shading can be independently turned on/off per component.
void ShadeOff ()
 Set/Get the shading of a volume. If shading is turned off, then the mapper for the volume will not perform shading calculations. If shading is turned on, the mapper may perform shading calculations - in some cases shading does not apply (for example, in a maximum intensity projection) and therefore shading will not be performed even if this flag is on. For a compositing type of mapper, turning shading off is generally the same as setting ambient=1, diffuse=0, specular=0. Shading can be independently turned on/off per component.
void ShadeOn (int index)
 Set/Get the shading of a volume. If shading is turned off, then the mapper for the volume will not perform shading calculations. If shading is turned on, the mapper may perform shading calculations - in some cases shading does not apply (for example, in a maximum intensity projection) and therefore shading will not be performed even if this flag is on. For a compositing type of mapper, turning shading off is generally the same as setting ambient=1, diffuse=0, specular=0. Shading can be independently turned on/off per component.
void ShadeOn ()
 Set/Get the shading of a volume. If shading is turned off, then the mapper for the volume will not perform shading calculations. If shading is turned on, the mapper may perform shading calculations - in some cases shading does not apply (for example, in a maximum intensity projection) and therefore shading will not be performed even if this flag is on. For a compositing type of mapper, turning shading off is generally the same as setting ambient=1, diffuse=0, specular=0. Shading can be independently turned on/off per component.
void UpdateMTimes ()
 Set/Get the specular power.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "17vtkVolumeProperty"
 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 vtkVolumeProperty_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkVolumeProperty_DeepCopy_01 (HandleRef pThis, HandleRef p)
static internal void vtkVolumeProperty_DisableGradientOpacityOff_02 (HandleRef pThis, int index)
static internal void vtkVolumeProperty_DisableGradientOpacityOff_03 (HandleRef pThis)
static internal void vtkVolumeProperty_DisableGradientOpacityOn_04 (HandleRef pThis, int index)
static internal void vtkVolumeProperty_DisableGradientOpacityOn_05 (HandleRef pThis)
static internal double vtkVolumeProperty_GetAmbient_06 (HandleRef pThis, int index)
static internal double vtkVolumeProperty_GetAmbient_07 (HandleRef pThis)
static internal int vtkVolumeProperty_GetColorChannels_08 (HandleRef pThis, int index)
static internal int vtkVolumeProperty_GetColorChannels_09 (HandleRef pThis)
static internal double vtkVolumeProperty_GetComponentWeight_10 (HandleRef pThis, int index)
static internal double vtkVolumeProperty_GetDiffuse_11 (HandleRef pThis, int index)
static internal double vtkVolumeProperty_GetDiffuse_12 (HandleRef pThis)
static internal int vtkVolumeProperty_GetDisableGradientOpacity_13 (HandleRef pThis, int index)
static internal int vtkVolumeProperty_GetDisableGradientOpacity_14 (HandleRef pThis)
static internal IntPtr vtkVolumeProperty_GetGradientOpacity_15 (HandleRef pThis, int index, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkVolumeProperty_GetGradientOpacity_16 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkVolumeProperty_GetGrayTransferFunction_17 (HandleRef pThis, int index, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkVolumeProperty_GetGrayTransferFunction_18 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkVolumeProperty_GetIndependentComponents_19 (HandleRef pThis)
static internal int vtkVolumeProperty_GetIndependentComponentsMaxValue_20 (HandleRef pThis)
static internal int vtkVolumeProperty_GetIndependentComponentsMinValue_21 (HandleRef pThis)
static internal int vtkVolumeProperty_GetInterpolationType_22 (HandleRef pThis)
static internal IntPtr vtkVolumeProperty_GetInterpolationTypeAsString_23 (HandleRef pThis)
static internal int vtkVolumeProperty_GetInterpolationTypeMaxValue_24 (HandleRef pThis)
static internal int vtkVolumeProperty_GetInterpolationTypeMinValue_25 (HandleRef pThis)
static internal uint vtkVolumeProperty_GetMTime_26 (HandleRef pThis)
static internal IntPtr vtkVolumeProperty_GetRGBTransferFunction_27 (HandleRef pThis, int index, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkVolumeProperty_GetRGBTransferFunction_28 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkVolumeProperty_GetScalarOpacity_29 (HandleRef pThis, int index, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkVolumeProperty_GetScalarOpacity_30 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkVolumeProperty_GetScalarOpacityUnitDistance_31 (HandleRef pThis, int index)
static internal double vtkVolumeProperty_GetScalarOpacityUnitDistance_32 (HandleRef pThis)
static internal int vtkVolumeProperty_GetShade_33 (HandleRef pThis, int index)
static internal int vtkVolumeProperty_GetShade_34 (HandleRef pThis)
static internal double vtkVolumeProperty_GetSpecular_35 (HandleRef pThis, int index)
static internal double vtkVolumeProperty_GetSpecular_36 (HandleRef pThis)
static internal double vtkVolumeProperty_GetSpecularPower_37 (HandleRef pThis, int index)
static internal double vtkVolumeProperty_GetSpecularPower_38 (HandleRef pThis)
static internal IntPtr vtkVolumeProperty_GetStoredGradientOpacity_39 (HandleRef pThis, int index, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkVolumeProperty_GetStoredGradientOpacity_40 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkVolumeProperty_IndependentComponentsOff_41 (HandleRef pThis)
static internal void vtkVolumeProperty_IndependentComponentsOn_42 (HandleRef pThis)
static internal int vtkVolumeProperty_IsA_43 (HandleRef pThis, string type)
static internal int vtkVolumeProperty_IsTypeOf_44 (string type)
static internal IntPtr vtkVolumeProperty_NewInstance_46 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkVolumeProperty_SafeDownCast_47 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkVolumeProperty_SetAmbient_48 (HandleRef pThis, int index, double value)
static internal void vtkVolumeProperty_SetAmbient_49 (HandleRef pThis, double value)
static internal void vtkVolumeProperty_SetColor_50 (HandleRef pThis, int index, HandleRef function)
static internal void vtkVolumeProperty_SetColor_51 (HandleRef pThis, HandleRef f)
static internal void vtkVolumeProperty_SetColor_52 (HandleRef pThis, int index, HandleRef function)
static internal void vtkVolumeProperty_SetColor_53 (HandleRef pThis, HandleRef f)
static internal void vtkVolumeProperty_SetComponentWeight_54 (HandleRef pThis, int index, double value)
static internal void vtkVolumeProperty_SetDiffuse_55 (HandleRef pThis, int index, double value)
static internal void vtkVolumeProperty_SetDiffuse_56 (HandleRef pThis, double value)
static internal void vtkVolumeProperty_SetDisableGradientOpacity_57 (HandleRef pThis, int index, int value)
static internal void vtkVolumeProperty_SetDisableGradientOpacity_58 (HandleRef pThis, int value)
static internal void vtkVolumeProperty_SetGradientOpacity_59 (HandleRef pThis, int index, HandleRef function)
static internal void vtkVolumeProperty_SetGradientOpacity_60 (HandleRef pThis, HandleRef function)
static internal void vtkVolumeProperty_SetIndependentComponents_61 (HandleRef pThis, int _arg)
static internal void vtkVolumeProperty_SetInterpolationType_62 (HandleRef pThis, int _arg)
static internal void vtkVolumeProperty_SetInterpolationTypeToLinear_63 (HandleRef pThis)
static internal void vtkVolumeProperty_SetInterpolationTypeToNearest_64 (HandleRef pThis)
static internal void vtkVolumeProperty_SetScalarOpacity_65 (HandleRef pThis, int index, HandleRef function)
static internal void vtkVolumeProperty_SetScalarOpacity_66 (HandleRef pThis, HandleRef f)
static internal void vtkVolumeProperty_SetScalarOpacityUnitDistance_67 (HandleRef pThis, int index, double distance)
static internal void vtkVolumeProperty_SetScalarOpacityUnitDistance_68 (HandleRef pThis, double distance)
static internal void vtkVolumeProperty_SetShade_69 (HandleRef pThis, int index, int value)
static internal void vtkVolumeProperty_SetShade_70 (HandleRef pThis, int value)
static internal void vtkVolumeProperty_SetSpecular_71 (HandleRef pThis, int index, double value)
static internal void vtkVolumeProperty_SetSpecular_72 (HandleRef pThis, double value)
static internal void vtkVolumeProperty_SetSpecularPower_73 (HandleRef pThis, int index, double value)
static internal void vtkVolumeProperty_SetSpecularPower_74 (HandleRef pThis, double value)
static internal void vtkVolumeProperty_ShadeOff_75 (HandleRef pThis, int index)
static internal void vtkVolumeProperty_ShadeOff_76 (HandleRef pThis)
static internal void vtkVolumeProperty_ShadeOn_77 (HandleRef pThis, int index)
static internal void vtkVolumeProperty_ShadeOn_78 (HandleRef pThis)
static internal void vtkVolumeProperty_UpdateMTimes_79 (HandleRef pThis)

Static Private Member Functions

static vtkVolumeProperty ()
 Automatically generated type registration mechanics.

Detailed Description

vtkVolumeProperty - represents the common properties for rendering a volume.

Description vtkVolumeProperty is used to represent common properties associated with volume rendering. This includes properties for determining the type of interpolation to use when sampling a volume, the color of a volume, the scalar opacity of a volume, the gradient opacity of a volume, and the shading parameters of a volume.

When the scalar opacity or the gradient opacity of a volume is not set, then the function is defined to be a constant value of 1.0. When a scalar and gradient opacity are both set simultaneously, then the opacity is defined to be the product of the scalar opacity and gradient opacity transfer functions.

Most properties can be set per "component" for volume mappers that support multiple independent components. If you are using 2 component data as LV or 4 component data as RGBV (as specified in the mapper) only the first scalar opacity and gradient opacity transfer functions will be used (and all color functions will be ignored). Omitting the index parameter on the Set/Get methods will access index = 0.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

Undocumented Block.

virtual void Kitware.VTK.vtkVolumeProperty.DisableGradientOpacityOff ( int  index) [virtual]

Enable/Disable the gradient opacity function for the given component. If set to true, any call to GetGradientOpacity() will return a default function for this component. Note that the gradient opacity function is still stored, it is not set or reset and can be retrieved using GetStoredGradientOpacity().

Enable/Disable the gradient opacity function for the given component. If set to true, any call to GetGradientOpacity() will return a default function for this component. Note that the gradient opacity function is still stored, it is not set or reset and can be retrieved using GetStoredGradientOpacity().

virtual void Kitware.VTK.vtkVolumeProperty.DisableGradientOpacityOn ( int  index) [virtual]

Enable/Disable the gradient opacity function for the given component. If set to true, any call to GetGradientOpacity() will return a default function for this component. Note that the gradient opacity function is still stored, it is not set or reset and can be retrieved using GetStoredGradientOpacity().

Enable/Disable the gradient opacity function for the given component. If set to true, any call to GetGradientOpacity() will return a default function for this component. Note that the gradient opacity function is still stored, it is not set or reset and can be retrieved using GetStoredGradientOpacity().

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

Set/Get the ambient lighting coefficient.

Set/Get the ambient lighting coefficient.

Get the number of color channels in the transfer function for the given component.

Get the number of color channels in the transfer function for the given component.

virtual double Kitware.VTK.vtkVolumeProperty.GetComponentWeight ( int  index) [virtual]

Set/Get the scalar component weights.

Set/Get the diffuse lighting coefficient.

Set/Get the diffuse lighting coefficient.

virtual int Kitware.VTK.vtkVolumeProperty.GetDisableGradientOpacity ( int  index) [virtual]

Enable/Disable the gradient opacity function for the given component. If set to true, any call to GetGradientOpacity() will return a default function for this component. Note that the gradient opacity function is still stored, it is not set or reset and can be retrieved using GetStoredGradientOpacity().

Enable/Disable the gradient opacity function for the given component. If set to true, any call to GetGradientOpacity() will return a default function for this component. Note that the gradient opacity function is still stored, it is not set or reset and can be retrieved using GetStoredGradientOpacity().

Get the gradient magnitude opacity transfer function for the given component. If no transfer function has been set for this component, a default one is created and returned. This default function is always returned if DisableGradientOpacity is On for that component.

Here is the call graph for this function:

Get the gradient magnitude opacity transfer function for the given component. If no transfer function has been set for this component, a default one is created and returned. This default function is always returned if DisableGradientOpacity is On for that component.

Here is the call graph for this function:

Get the gray transfer function. If no transfer function has been set for this component, a default one is created and returned.

Here is the call graph for this function:

Get the gray transfer function. If no transfer function has been set for this component, a default one is created and returned.

Here is the call graph for this function:

Does the data have independent components, or do some define color only? If IndependentComponents is On (the default) then each component will be independently passed through a lookup table to determine RGBA, shaded. Some volume Mappers can handle 1 to 4 component unsigned char or unsigned short data (see each mapper header file to determine functionality). If IndependentComponents is Off, then you must have either 2 or 4 component data. For 2 component data, the first is passed through the first color transfer function and the second component is passed through the first opacity transfer function. Normals will be generated off of the second component. For 4 component data, the first three will directly represent RGB (no lookup table). The fourth component will be passed through the first scalar opacity transfer function for opacity. Normals will be generated from the fourth component.

Does the data have independent components, or do some define color only? If IndependentComponents is On (the default) then each component will be independently passed through a lookup table to determine RGBA, shaded. Some volume Mappers can handle 1 to 4 component unsigned char or unsigned short data (see each mapper header file to determine functionality). If IndependentComponents is Off, then you must have either 2 or 4 component data. For 2 component data, the first is passed through the first color transfer function and the second component is passed through the first opacity transfer function. Normals will be generated off of the second component. For 4 component data, the first three will directly represent RGB (no lookup table). The fourth component will be passed through the first scalar opacity transfer function for opacity. Normals will be generated from the fourth component.

Does the data have independent components, or do some define color only? If IndependentComponents is On (the default) then each component will be independently passed through a lookup table to determine RGBA, shaded. Some volume Mappers can handle 1 to 4 component unsigned char or unsigned short data (see each mapper header file to determine functionality). If IndependentComponents is Off, then you must have either 2 or 4 component data. For 2 component data, the first is passed through the first color transfer function and the second component is passed through the first opacity transfer function. Normals will be generated off of the second component. For 4 component data, the first three will directly represent RGB (no lookup table). The fourth component will be passed through the first scalar opacity transfer function for opacity. Normals will be generated from the fourth component.

Set the interpolation type for sampling a volume. Initial value is VTK_NEAREST_INTERPOLATION.

Return the interpolation type as a descriptive character string.

Set the interpolation type for sampling a volume. Initial value is VTK_NEAREST_INTERPOLATION.

Set the interpolation type for sampling a volume. Initial value is VTK_NEAREST_INTERPOLATION.

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

Get the modified time for this object (or the properties registered with this object).

Reimplemented from Kitware.VTK.vtkObject.

Get the RGB transfer function for the given component. If no transfer function has been set for this component, a default one is created and returned.

Here is the call graph for this function:

Get the RGB transfer function for the given component. If no transfer function has been set for this component, a default one is created and returned.

Here is the call graph for this function:

Get the scalar opacity transfer function for the given component. If no transfer function has been set for this component, a default one is created and returned.

Here is the call graph for this function:

Get the scalar opacity transfer function for the given component. If no transfer function has been set for this component, a default one is created and returned.

Here is the call graph for this function:

Set/Get the unit distance on which the scalar opacity transfer function is defined. By default this is 1.0, meaning that over a distance of 1.0 units, a given opacity (from the transfer function) is accumulated. This is adjusted for the actual sampling distance during rendering.

Set/Get the unit distance on which the scalar opacity transfer function is defined. By default this is 1.0, meaning that over a distance of 1.0 units, a given opacity (from the transfer function) is accumulated. This is adjusted for the actual sampling distance during rendering.

Set/Get the shading of a volume. If shading is turned off, then the mapper for the volume will not perform shading calculations. If shading is turned on, the mapper may perform shading calculations - in some cases shading does not apply (for example, in a maximum intensity projection) and therefore shading will not be performed even if this flag is on. For a compositing type of mapper, turning shading off is generally the same as setting ambient=1, diffuse=0, specular=0. Shading can be independently turned on/off per component.

Set/Get the shading of a volume. If shading is turned off, then the mapper for the volume will not perform shading calculations. If shading is turned on, the mapper may perform shading calculations - in some cases shading does not apply (for example, in a maximum intensity projection) and therefore shading will not be performed even if this flag is on. For a compositing type of mapper, turning shading off is generally the same as setting ambient=1, diffuse=0, specular=0. Shading can be independently turned on/off per component.

Set/Get the specular lighting coefficient.

Set/Get the specular lighting coefficient.

Set/Get the specular power.

Set/Get the specular power.

Enable/Disable the gradient opacity function for the given component. If set to true, any call to GetGradientOpacity() will return a default function for this component. Note that the gradient opacity function is still stored, it is not set or reset and can be retrieved using GetStoredGradientOpacity().

Here is the call graph for this function:

Enable/Disable the gradient opacity function for the given component. If set to true, any call to GetGradientOpacity() will return a default function for this component. Note that the gradient opacity function is still stored, it is not set or reset and can be retrieved using GetStoredGradientOpacity().

Here is the call graph for this function:

Does the data have independent components, or do some define color only? If IndependentComponents is On (the default) then each component will be independently passed through a lookup table to determine RGBA, shaded. Some volume Mappers can handle 1 to 4 component unsigned char or unsigned short data (see each mapper header file to determine functionality). If IndependentComponents is Off, then you must have either 2 or 4 component data. For 2 component data, the first is passed through the first color transfer function and the second component is passed through the first opacity transfer function. Normals will be generated off of the second component. For 4 component data, the first three will directly represent RGB (no lookup table). The fourth component will be passed through the first scalar opacity transfer function for opacity. Normals will be generated from the fourth component.

Does the data have independent components, or do some define color only? If IndependentComponents is On (the default) then each component will be independently passed through a lookup table to determine RGBA, shaded. Some volume Mappers can handle 1 to 4 component unsigned char or unsigned short data (see each mapper header file to determine functionality). If IndependentComponents is Off, then you must have either 2 or 4 component data. For 2 component data, the first is passed through the first color transfer function and the second component is passed through the first opacity transfer function. Normals will be generated off of the second component. For 4 component data, the first three will directly represent RGB (no lookup table). The fourth component will be passed through the first scalar opacity transfer function for opacity. Normals will be generated from the fourth component.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

void Kitware.VTK.vtkVolumeProperty.SetAmbient ( int  index,
double  value 
)

Set/Get the ambient lighting coefficient.

Set/Get the ambient lighting coefficient.

Set the color of a volume to a gray level transfer function for the component indicated by index. This will set the color channels for this component to 1.

Set the color of a volume to a gray level transfer function for the component indicated by index. This will set the color channels for this component to 1.

Set the color of a volume to an RGB transfer function for the component indicated by index. This will set the color channels for this component to 3. This will also recompute the color channels.

Set the color of a volume to an RGB transfer function for the component indicated by index. This will set the color channels for this component to 3. This will also recompute the color channels.

virtual void Kitware.VTK.vtkVolumeProperty.SetComponentWeight ( int  index,
double  value 
) [virtual]

Set/Get the scalar component weights.

void Kitware.VTK.vtkVolumeProperty.SetDiffuse ( int  index,
double  value 
)

Set/Get the diffuse lighting coefficient.

Set/Get the diffuse lighting coefficient.

virtual void Kitware.VTK.vtkVolumeProperty.SetDisableGradientOpacity ( int  index,
int  value 
) [virtual]

Enable/Disable the gradient opacity function for the given component. If set to true, any call to GetGradientOpacity() will return a default function for this component. Note that the gradient opacity function is still stored, it is not set or reset and can be retrieved using GetStoredGradientOpacity().

virtual void Kitware.VTK.vtkVolumeProperty.SetDisableGradientOpacity ( int  value) [virtual]

Enable/Disable the gradient opacity function for the given component. If set to true, any call to GetGradientOpacity() will return a default function for this component. Note that the gradient opacity function is still stored, it is not set or reset and can be retrieved using GetStoredGradientOpacity().

Set the opacity of a volume to an opacity transfer function based on gradient magnitude for the given component.

Set the opacity of a volume to an opacity transfer function based on gradient magnitude for the given component.

virtual void Kitware.VTK.vtkVolumeProperty.SetIndependentComponents ( int  _arg) [virtual]

Does the data have independent components, or do some define color only? If IndependentComponents is On (the default) then each component will be independently passed through a lookup table to determine RGBA, shaded. Some volume Mappers can handle 1 to 4 component unsigned char or unsigned short data (see each mapper header file to determine functionality). If IndependentComponents is Off, then you must have either 2 or 4 component data. For 2 component data, the first is passed through the first color transfer function and the second component is passed through the first opacity transfer function. Normals will be generated off of the second component. For 4 component data, the first three will directly represent RGB (no lookup table). The fourth component will be passed through the first scalar opacity transfer function for opacity. Normals will be generated from the fourth component.

virtual void Kitware.VTK.vtkVolumeProperty.SetInterpolationType ( int  _arg) [virtual]

Set the interpolation type for sampling a volume. Initial value is VTK_NEAREST_INTERPOLATION.

Set the interpolation type for sampling a volume. Initial value is VTK_NEAREST_INTERPOLATION.

Set the interpolation type for sampling a volume. Initial value is VTK_NEAREST_INTERPOLATION.

Set the opacity of a volume to an opacity transfer function based on scalar value for the component indicated by index.

Set the opacity of a volume to an opacity transfer function based on scalar value for the component indicated by index.

void Kitware.VTK.vtkVolumeProperty.SetScalarOpacityUnitDistance ( int  index,
double  distance 
)

Set/Get the unit distance on which the scalar opacity transfer function is defined. By default this is 1.0, meaning that over a distance of 1.0 units, a given opacity (from the transfer function) is accumulated. This is adjusted for the actual sampling distance during rendering.

Set/Get the unit distance on which the scalar opacity transfer function is defined. By default this is 1.0, meaning that over a distance of 1.0 units, a given opacity (from the transfer function) is accumulated. This is adjusted for the actual sampling distance during rendering.

void Kitware.VTK.vtkVolumeProperty.SetShade ( int  index,
int  value 
)

Set/Get the shading of a volume. If shading is turned off, then the mapper for the volume will not perform shading calculations. If shading is turned on, the mapper may perform shading calculations - in some cases shading does not apply (for example, in a maximum intensity projection) and therefore shading will not be performed even if this flag is on. For a compositing type of mapper, turning shading off is generally the same as setting ambient=1, diffuse=0, specular=0. Shading can be independently turned on/off per component.

Set/Get the shading of a volume. If shading is turned off, then the mapper for the volume will not perform shading calculations. If shading is turned on, the mapper may perform shading calculations - in some cases shading does not apply (for example, in a maximum intensity projection) and therefore shading will not be performed even if this flag is on. For a compositing type of mapper, turning shading off is generally the same as setting ambient=1, diffuse=0, specular=0. Shading can be independently turned on/off per component.

void Kitware.VTK.vtkVolumeProperty.SetSpecular ( int  index,
double  value 
)

Set/Get the specular lighting coefficient.

Set/Get the specular lighting coefficient.

void Kitware.VTK.vtkVolumeProperty.SetSpecularPower ( int  index,
double  value 
)

Set/Get the specular power.

Set/Get the specular power.

Set/Get the shading of a volume. If shading is turned off, then the mapper for the volume will not perform shading calculations. If shading is turned on, the mapper may perform shading calculations - in some cases shading does not apply (for example, in a maximum intensity projection) and therefore shading will not be performed even if this flag is on. For a compositing type of mapper, turning shading off is generally the same as setting ambient=1, diffuse=0, specular=0. Shading can be independently turned on/off per component.

Set/Get the shading of a volume. If shading is turned off, then the mapper for the volume will not perform shading calculations. If shading is turned on, the mapper may perform shading calculations - in some cases shading does not apply (for example, in a maximum intensity projection) and therefore shading will not be performed even if this flag is on. For a compositing type of mapper, turning shading off is generally the same as setting ambient=1, diffuse=0, specular=0. Shading can be independently turned on/off per component.

Set/Get the shading of a volume. If shading is turned off, then the mapper for the volume will not perform shading calculations. If shading is turned on, the mapper may perform shading calculations - in some cases shading does not apply (for example, in a maximum intensity projection) and therefore shading will not be performed even if this flag is on. For a compositing type of mapper, turning shading off is generally the same as setting ambient=1, diffuse=0, specular=0. Shading can be independently turned on/off per component.

Set/Get the shading of a volume. If shading is turned off, then the mapper for the volume will not perform shading calculations. If shading is turned on, the mapper may perform shading calculations - in some cases shading does not apply (for example, in a maximum intensity projection) and therefore shading will not be performed even if this flag is on. For a compositing type of mapper, turning shading off is generally the same as setting ambient=1, diffuse=0, specular=0. Shading can be independently turned on/off per component.

Set/Get the specular power.

static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_DeepCopy_01 ( HandleRef  pThis,
HandleRef  p 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_DisableGradientOpacityOff_02 ( HandleRef  pThis,
int  index 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_DisableGradientOpacityOff_03 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_DisableGradientOpacityOn_04 ( HandleRef  pThis,
int  index 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_DisableGradientOpacityOn_05 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetAmbient_06 ( HandleRef  pThis,
int  index 
) [private]
static internal double Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetAmbient_07 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetColorChannels_08 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetColorChannels_09 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetComponentWeight_10 ( HandleRef  pThis,
int  index 
) [private]
static internal double Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetDiffuse_11 ( HandleRef  pThis,
int  index 
) [private]
static internal double Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetDiffuse_12 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetDisableGradientOpacity_13 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetDisableGradientOpacity_14 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetGradientOpacity_15 ( HandleRef  pThis,
int  index,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetGradientOpacity_16 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetGrayTransferFunction_17 ( HandleRef  pThis,
int  index,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetGrayTransferFunction_18 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetIndependentComponents_19 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetInterpolationType_22 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetInterpolationTypeAsString_23 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetInterpolationTypeMaxValue_24 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetInterpolationTypeMinValue_25 ( HandleRef  pThis) [private]
static internal uint Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetMTime_26 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetRGBTransferFunction_27 ( HandleRef  pThis,
int  index,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetRGBTransferFunction_28 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetScalarOpacity_29 ( HandleRef  pThis,
int  index,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetScalarOpacity_30 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal double Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetScalarOpacityUnitDistance_31 ( HandleRef  pThis,
int  index 
) [private]
static internal double Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetScalarOpacityUnitDistance_32 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetShade_33 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetShade_34 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetSpecular_35 ( HandleRef  pThis,
int  index 
) [private]
static internal double Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetSpecular_36 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetSpecularPower_37 ( HandleRef  pThis,
int  index 
) [private]
static internal double Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetSpecularPower_38 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetStoredGradientOpacity_39 ( HandleRef  pThis,
int  index,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_GetStoredGradientOpacity_40 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_IndependentComponentsOff_41 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_IndependentComponentsOn_42 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_IsA_43 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_IsTypeOf_44 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_NewInstance_46 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_SafeDownCast_47 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_SetAmbient_48 ( HandleRef  pThis,
int  index,
double  value 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_SetAmbient_49 ( HandleRef  pThis,
double  value 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_SetColor_50 ( HandleRef  pThis,
int  index,
HandleRef  function 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_SetColor_51 ( HandleRef  pThis,
HandleRef  f 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_SetColor_52 ( HandleRef  pThis,
int  index,
HandleRef  function 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_SetColor_53 ( HandleRef  pThis,
HandleRef  f 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_SetComponentWeight_54 ( HandleRef  pThis,
int  index,
double  value 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_SetDiffuse_55 ( HandleRef  pThis,
int  index,
double  value 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_SetDiffuse_56 ( HandleRef  pThis,
double  value 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_SetDisableGradientOpacity_57 ( HandleRef  pThis,
int  index,
int  value 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_SetDisableGradientOpacity_58 ( HandleRef  pThis,
int  value 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_SetGradientOpacity_59 ( HandleRef  pThis,
int  index,
HandleRef  function 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_SetGradientOpacity_60 ( HandleRef  pThis,
HandleRef  function 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_SetIndependentComponents_61 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_SetInterpolationType_62 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_SetInterpolationTypeToLinear_63 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_SetInterpolationTypeToNearest_64 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_SetScalarOpacity_65 ( HandleRef  pThis,
int  index,
HandleRef  function 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_SetScalarOpacity_66 ( HandleRef  pThis,
HandleRef  f 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_SetScalarOpacityUnitDistance_67 ( HandleRef  pThis,
int  index,
double  distance 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_SetScalarOpacityUnitDistance_68 ( HandleRef  pThis,
double  distance 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_SetShade_69 ( HandleRef  pThis,
int  index,
int  value 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_SetShade_70 ( HandleRef  pThis,
int  value 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_SetSpecular_71 ( HandleRef  pThis,
int  index,
double  value 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_SetSpecular_72 ( HandleRef  pThis,
double  value 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_SetSpecularPower_73 ( HandleRef  pThis,
int  index,
double  value 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_SetSpecularPower_74 ( HandleRef  pThis,
double  value 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_ShadeOff_75 ( HandleRef  pThis,
int  index 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_ShadeOff_76 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_ShadeOn_77 ( HandleRef  pThis,
int  index 
) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_ShadeOn_78 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkVolumeProperty.vtkVolumeProperty_UpdateMTimes_79 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkVolumeProperty.MRClassNameKey = "17vtkVolumeProperty" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.


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