Classes | |
| class | AlphaType |
| class | LutType |
| class | ShadingType |
Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, ObjectVoxels.VolumeRenderingParams arg0) |
| None | __init__ (self, FilterType volumeFilterType, ObjectVoxels.VolumeRenderingParams.ShadingType shadingType, ObjectVoxels.VolumeRenderingParams.LutType lutType, Color oneColor, float min, float max, float samplingStep, ObjectVoxels.VolumeRenderingParams.AlphaType alphaType, int alphaLimit) |
| float | max (self) |
| None | max (self, float arg1) |
| float | min (self) |
| None | min (self, float arg1) |
| Color | oneColor (self) |
| None | oneColor (self, Color arg1) |
| float | samplingStep (self) |
| None | samplingStep (self, float arg1) |
| FilterType | volumeFilterType (self) |
| None | volumeFilterType (self, FilterType arg1) |
Static Public Member Functions | |
| bool | __eq__ (*args, **kwargs) |
| None | __init__ (*args, **kwargs) |
| ObjectVoxels.VolumeRenderingParams | operator (*args, **kwargs) |
| ObjectVoxels.VolumeRenderingParams | operator (*args, **kwargs) |
Static Public Attributes | |
| ObjectVoxels | alphaType .VolumeRenderingParams.AlphaType |
| ObjectVoxels | lutType .VolumeRenderingParams.LutType |
| ObjectVoxels | shadingType .VolumeRenderingParams.ShadingType |
Static Protected Attributes | |
| typing | _offsetof_alphaLimit = 32 |
| typing | _offsetof_alphaType = 28 |
| typing | _offsetof_lutType = 8 |
| typing | _offsetof_max = 20 |
| typing | _offsetof_min = 16 |
| typing | _offsetof_oneColor = 12 |
| typing | _offsetof_samplingStep = 24 |
| typing | _offsetof_shadingType = 4 |
| typing | _offsetof_volumeFilterType = 0 |
Generated from: MR::ObjectVoxels::VolumeRenderingParams struct to control volume rendering texture
|
static |
| None mrmeshpy.ObjectVoxels.VolumeRenderingParams.__init__ | ( | self | ) |
| None mrmeshpy.ObjectVoxels.VolumeRenderingParams.__init__ | ( | self, | |
| ObjectVoxels.VolumeRenderingParams | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.ObjectVoxels.VolumeRenderingParams.__init__ | ( | self, | |
| FilterType | volumeFilterType, | ||
| ObjectVoxels.VolumeRenderingParams.ShadingType | shadingType, | ||
| ObjectVoxels.VolumeRenderingParams.LutType | lutType, | ||
| Color | oneColor, | ||
| float | min, | ||
| float | max, | ||
| float | samplingStep, | ||
| ObjectVoxels.VolumeRenderingParams.AlphaType | alphaType, | ||
| int | alphaLimit ) |
Implicit aggregate constructor.
|
static |
| float mrmeshpy.ObjectVoxels.VolumeRenderingParams.max | ( | self | ) |
maximum colored value (voxels with higher values are transparent)
| None mrmeshpy.ObjectVoxels.VolumeRenderingParams.max | ( | self, | |
| float | arg1 ) |
| float mrmeshpy.ObjectVoxels.VolumeRenderingParams.min | ( | self | ) |
minimum colored value (voxels with lower values are transparent)
| None mrmeshpy.ObjectVoxels.VolumeRenderingParams.min | ( | self, | |
| float | arg1 ) |
| Color mrmeshpy.ObjectVoxels.VolumeRenderingParams.oneColor | ( | self | ) |
color that is used for OneColor mode
| None mrmeshpy.ObjectVoxels.VolumeRenderingParams.oneColor | ( | self, | |
| Color | arg1 ) |
|
static |
|
static |
| float mrmeshpy.ObjectVoxels.VolumeRenderingParams.samplingStep | ( | self | ) |
step to sample each ray with if <= 0 then default sampling is used
| None mrmeshpy.ObjectVoxels.VolumeRenderingParams.samplingStep | ( | self, | |
| float | arg1 ) |
| FilterType mrmeshpy.ObjectVoxels.VolumeRenderingParams.volumeFilterType | ( | self | ) |
volume texture smoothing
| None mrmeshpy.ObjectVoxels.VolumeRenderingParams.volumeFilterType | ( | self, | |
| FilterType | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
static |
|
static |
|
static |