Generated from class MR.ObjectVoxels.VolumeRenderingParams. This is the const half of the class.
More...
|
| enum | AlphaType : int { Constant = 0
, LinearIncreasing = 1
, LinearDecreasing = 2
} |
| |
| enum | LutType : int { GrayShades = 0
, Rainbow = 1
, OneColor = 2
} |
| |
| enum | ShadingType : int { None = 0
, ValueGradient = 1
, AlphaGradient = 2
} |
| |
|
|
virtual void | Dispose () |
| |
|
unsafe | Const_VolumeRenderingParams () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_VolumeRenderingParams (MR.FilterType volumeFilterType, MR.ObjectVoxels.VolumeRenderingParams.ShadingType shadingType, MR.ObjectVoxels.VolumeRenderingParams.LutType lutType, MR.Color oneColor, float min, float max, float samplingStep, MR.ObjectVoxels.VolumeRenderingParams.AlphaType alphaType, byte alphaLimit) |
| | Constructs MR.ObjectVoxels.VolumeRenderingParams elementwise.
|
| |
|
unsafe | Const_VolumeRenderingParams (MR.ObjectVoxels.Const_VolumeRenderingParams _other) |
| | Generated from constructor MR.ObjectVoxels.VolumeRenderingParams.VolumeRenderingParams.
|
| |
|
bool | Equals (MR.ObjectVoxels.Const_VolumeRenderingParams? _1) |
| |
|
override bool | Equals (object? other) |
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe MR.FilterType | volumeFilterType [get] |
| |
|
unsafe MR.ObjectVoxels.VolumeRenderingParams.ShadingType | shadingType [get] |
| |
|
unsafe MR.ObjectVoxels.VolumeRenderingParams.LutType | lutType [get] |
| |
|
unsafe ref readonly MR.Color | oneColor [get] |
| |
|
unsafe float | min [get] |
| |
|
unsafe float | max [get] |
| |
|
unsafe float | samplingStep [get] |
| |
|
unsafe MR.ObjectVoxels.VolumeRenderingParams.AlphaType | alphaType [get] |
| |
|
unsafe byte | alphaLimit [get] |
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
Generated from class MR.ObjectVoxels.VolumeRenderingParams. This is the const half of the class.
The documentation for this class was generated from the following file: