Generated from class MR.RawTiffOutput. This is the const half of the class.
More...
Inheritance diagram for MR.Const_RawTiffOutput:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_RawTiffOutput () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_RawTiffOutput (MR.Misc.InOut< byte >? bytes, ulong size, MR.TiffParameters? params_, MR.Misc.InOut< MR.AffineXf3f >? p2wXf, bool convertToFloat, MR.Misc.InOut< float >? min, MR.Misc.InOut< float >? max) |
Constructs MR.RawTiffOutput elementwise. | |
| unsafe | Const_RawTiffOutput (MR.Const_RawTiffOutput _other) |
Generated from constructor MR.RawTiffOutput.RawTiffOutput. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Misc.? Box< byte > | bytes [get] |
| unsafe ulong | size [get] |
| unsafe MR.? TiffParameters | params_ [get] |
| unsafe MR.? Box_AffineXf3f | p2wXf [get] |
| unsafe bool | convertToFloat [get] |
| unsafe MR.Misc.? Box< float > | min [get] |
| unsafe MR.Misc.? Box< float > | max [get] |
Properties inherited from MR.Misc.Object< Const_RawTiffOutput > | |
| 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 | |
Protected Attributes inherited from MR.Misc.Object< Const_RawTiffOutput > | |
| bool | _IsOwningVal |
Generated from class MR.RawTiffOutput. This is the const half of the class.