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

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

+ Inheritance diagram for MR.RawTiffOutput:

Public Member Functions

unsafe RawTiffOutput ()
 Constructs an empty (default-constructed) instance.
 
unsafe 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 RawTiffOutput (MR.Const_RawTiffOutput _other)
 Generated from constructor MR.RawTiffOutput.RawTiffOutput.
 
 RawTiffOutput (RawTiffOutput _other)
 Generated from constructor MR.RawTiffOutput.RawTiffOutput.
 
unsafe MR.RawTiffOutput assign (MR.Const_RawTiffOutput _other)
 Generated from method MR.RawTiffOutput.operator=.
 

Properties

new unsafe MR.Misc.? Box< byte > bytes [get, set]
 
new unsafe ref ulong size [get]
 
new unsafe MR.? TiffParameters params_ [get, set]
 
new unsafe MR.? Box_AffineXf3f p2wXf [get, set]
 
new unsafe ref bool convertToFloat [get]
 
new unsafe MR.Misc.? Box< float > min [get, set]
 
new unsafe MR.Misc.? Box< float > max [get, set]
 

Detailed Description

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

Constructor & Destructor Documentation

◆ RawTiffOutput() [1/4]

unsafe MR.RawTiffOutput.RawTiffOutput ( )
inline

Constructs an empty (default-constructed) instance.

◆ RawTiffOutput() [2/4]

unsafe MR.RawTiffOutput.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.

◆ RawTiffOutput() [3/4]

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

Generated from constructor MR.RawTiffOutput.RawTiffOutput.

◆ RawTiffOutput() [4/4]

MR.RawTiffOutput.RawTiffOutput ( RawTiffOutput _other)
inline

Generated from constructor MR.RawTiffOutput.RawTiffOutput.

Member Function Documentation

◆ assign()

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

Generated from method MR.RawTiffOutput.operator=.

Property Documentation

◆ bytes

new unsafe MR.Misc.? Box<byte> MR.RawTiffOutput.bytes
getset

◆ convertToFloat

new unsafe ref bool MR.RawTiffOutput.convertToFloat
get

◆ max

new unsafe MR.Misc.? Box<float> MR.RawTiffOutput.max
getset

◆ min

new unsafe MR.Misc.? Box<float> MR.RawTiffOutput.min
getset

◆ p2wXf

new unsafe MR.? Box_AffineXf3f MR.RawTiffOutput.p2wXf
getset

◆ params_

new unsafe MR.? TiffParameters MR.RawTiffOutput.params_
getset

◆ size

new unsafe ref ulong MR.RawTiffOutput.size
get

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