MeshLib C# Docs
Loading...
Searching...
No Matches

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.
 Const_RawTiffOutput (RawTiffOutput _other)
 Generated from constructor MR.RawTiffOutput.RawTiffOutput.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe byte ** __ptr_storage_bytes
unsafe ulong * __ref_storage_size
unsafe MR.TiffParameters._Underlying ** __ptr_storage_params_
unsafe MR.Box_AffineXf3f._Underlying ** __ptr_storage_p2wXf
unsafe bool * __ref_storage_convertToFloat
unsafe float ** __ptr_storage_min
unsafe float ** __ptr_storage_max

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]

Detailed Description

Generated from class MR.RawTiffOutput. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_RawTiffOutput() [1/4]

unsafe MR.Const_RawTiffOutput.Const_RawTiffOutput ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_RawTiffOutput() [2/4]

unsafe MR.Const_RawTiffOutput.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 )
inline

Constructs MR.RawTiffOutput elementwise.

◆ Const_RawTiffOutput() [3/4]

unsafe MR.Const_RawTiffOutput.Const_RawTiffOutput ( MR.Const_RawTiffOutput _other)
inline

Generated from constructor MR.RawTiffOutput.RawTiffOutput.

◆ Const_RawTiffOutput() [4/4]

MR.Const_RawTiffOutput.Const_RawTiffOutput ( RawTiffOutput _other)
inline

Generated from constructor MR.RawTiffOutput.RawTiffOutput.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_RawTiffOutput.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_RawTiffOutput.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ptr_storage_bytes

unsafe byte** MR.Const_RawTiffOutput.__ptr_storage_bytes
protected

◆ __ptr_storage_max

unsafe float** MR.Const_RawTiffOutput.__ptr_storage_max
protected

◆ __ptr_storage_min

unsafe float** MR.Const_RawTiffOutput.__ptr_storage_min
protected

◆ __ptr_storage_p2wXf

unsafe MR.Box_AffineXf3f._Underlying** MR.Const_RawTiffOutput.__ptr_storage_p2wXf
protected

◆ __ptr_storage_params_

unsafe MR.TiffParameters._Underlying** MR.Const_RawTiffOutput.__ptr_storage_params_
protected

◆ __ref_storage_convertToFloat

unsafe bool* MR.Const_RawTiffOutput.__ref_storage_convertToFloat
protected

◆ __ref_storage_size

unsafe ulong* MR.Const_RawTiffOutput.__ref_storage_size
protected

Property Documentation

◆ bytes

unsafe MR.Misc.? Box<byte> MR.Const_RawTiffOutput.bytes
get

◆ convertToFloat

unsafe bool MR.Const_RawTiffOutput.convertToFloat
get

◆ max

unsafe MR.Misc.? Box<float> MR.Const_RawTiffOutput.max
get

◆ min

unsafe MR.Misc.? Box<float> MR.Const_RawTiffOutput.min
get

◆ p2wXf

unsafe MR.? Box_AffineXf3f MR.Const_RawTiffOutput.p2wXf
get

◆ params_

unsafe MR.? TiffParameters MR.Const_RawTiffOutput.params_
get

◆ size

unsafe ulong MR.Const_RawTiffOutput.size
get

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