Generated from class MR.BaseTiffParameters. Derived classes: Direct: (non-virtual) MR.TiffParameters This is the const half of the class.
More...
|
| enum | SampleType : int { Unknown = 0
, Uint = 1
, Int = 2
, Float = 3
} |
| |
| enum | ValueType : int { Unknown = 0
, Scalar = 1
, RGB = 2
, RGBA = 3
} |
| |
|
|
virtual void | Dispose () |
| |
|
unsafe | Const_BaseTiffParameters () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_BaseTiffParameters (MR.BaseTiffParameters.SampleType sampleType, MR.BaseTiffParameters.ValueType valueType, int bytesPerSample, MR.Vector2i imageSize) |
| | Constructs MR.BaseTiffParameters elementwise.
|
| |
|
unsafe | Const_BaseTiffParameters (MR.Const_BaseTiffParameters _other) |
| | Generated from constructor MR.BaseTiffParameters.BaseTiffParameters.
|
| |
|
bool | Equals (MR.Const_BaseTiffParameters? _1) |
| |
|
override bool | Equals (object? other) |
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe MR.BaseTiffParameters.SampleType | sampleType [get] |
| |
|
unsafe MR.BaseTiffParameters.ValueType | valueType [get] |
| |
|
unsafe int | bytesPerSample [get] |
| |
|
unsafe ref readonly MR.Vector2i | imageSize [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.BaseTiffParameters. Derived classes: Direct: (non-virtual) MR.TiffParameters This is the const half of the class.
The documentation for this class was generated from the following file: