MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_ObjectVoxels.VolumeRenderingParams Class Reference

Generated from class MR.ObjectVoxels.VolumeRenderingParams. This is the non-const half of the class. More...

+ Inheritance diagram for MR.Const_ObjectVoxels.VolumeRenderingParams:

Public Member Functions

unsafe VolumeRenderingParams ()
 Constructs an empty (default-constructed) instance.
 
unsafe 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 VolumeRenderingParams (MR.ObjectVoxels.Const_VolumeRenderingParams _other)
 Generated from constructor MR.ObjectVoxels.VolumeRenderingParams.VolumeRenderingParams.
 
unsafe MR.ObjectVoxels.VolumeRenderingParams assign (MR.ObjectVoxels.Const_VolumeRenderingParams _other)
 Generated from method MR.ObjectVoxels.VolumeRenderingParams.operator=.
 
- Public Member Functions inherited from MR.Const_ObjectVoxels.Const_VolumeRenderingParams
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)
 

Properties

new unsafe ref MR.FilterType volumeFilterType [get]
 
new unsafe ref MR.ObjectVoxels.VolumeRenderingParams.ShadingType shadingType [get]
 
new unsafe ref MR.ObjectVoxels.VolumeRenderingParams.LutType lutType [get]
 
new unsafe ref MR.Color oneColor [get]
 
new unsafe ref float min [get]
 
new unsafe ref float max [get]
 
new unsafe ref float samplingStep [get]
 
new unsafe ref MR.ObjectVoxels.VolumeRenderingParams.AlphaType alphaType [get]
 
new unsafe ref byte alphaLimit [get]
 
- Properties inherited from MR.Const_ObjectVoxels.Const_VolumeRenderingParams
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]
 
- Properties inherited from MR.Misc.Object< Const_VolumeRenderingParams >
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.
 

Additional Inherited Members

- Public Types inherited from MR.Const_ObjectVoxels.Const_VolumeRenderingParams
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 }
 
- Static Public Member Functions inherited from MR.Const_ObjectVoxels.Const_VolumeRenderingParams
static unsafe bool operator== (MR.ObjectVoxels.Const_VolumeRenderingParams _this, MR.ObjectVoxels.Const_VolumeRenderingParams _1)
 Generated from method MR.ObjectVoxels.VolumeRenderingParams.operator==.
 
static unsafe bool operator!= (MR.ObjectVoxels.Const_VolumeRenderingParams _this, MR.ObjectVoxels.Const_VolumeRenderingParams _1)
 
- Protected Member Functions inherited from MR.Const_ObjectVoxels.Const_VolumeRenderingParams
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_VolumeRenderingParams >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.ObjectVoxels.VolumeRenderingParams. This is the non-const half of the class.


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