Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, RawTiffOutput arg0) |
None | __init__ (self, unsigned_char_output bytes, int size, TiffParameters params, AffineXf3f p2wXf, bool convertToFloat, float_output min, float_output max) |
int | bytes (self) |
None | bytes (self, unsigned_char_output arg1) |
bool | convertToFloat (self) |
None | convertToFloat (self, bool arg1) |
float | max (self) |
None | max (self, float_output arg1) |
float | min (self) |
None | min (self, float_output arg1) |
AffineXf3f | p2wXf (self) |
None | p2wXf (self, AffineXf3f arg1) |
TiffParameters | params (self) |
None | params (self, TiffParameters arg1) |
int | size (self) |
None | size (self, int arg1) |
Generated from: MR::RawTiffOutput
None meshlib.mrmeshpy.RawTiffOutput.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.RawTiffOutput.__init__ | ( | self, | |
RawTiffOutput | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.RawTiffOutput.__init__ | ( | self, | |
unsigned_char_output | bytes, | ||
int | size, | ||
TiffParameters | params, | ||
AffineXf3f | p2wXf, | ||
bool | convertToFloat, | ||
float_output | min, | ||
float_output | max ) |
Implicit aggregate constructor.
int meshlib.mrmeshpy.RawTiffOutput.bytes | ( | self | ) |
main output data, should be allocated
None meshlib.mrmeshpy.RawTiffOutput.bytes | ( | self, | |
unsigned_char_output | arg1 ) |
bool meshlib.mrmeshpy.RawTiffOutput.convertToFloat | ( | self | ) |
input if true loads tiff file as floats array
None meshlib.mrmeshpy.RawTiffOutput.convertToFloat | ( | self, | |
bool | arg1 ) |
float meshlib.mrmeshpy.RawTiffOutput.max | ( | self | ) |
None meshlib.mrmeshpy.RawTiffOutput.max | ( | self, | |
float_output | arg1 ) |
float meshlib.mrmeshpy.RawTiffOutput.min | ( | self | ) |
min max
None meshlib.mrmeshpy.RawTiffOutput.min | ( | self, | |
float_output | arg1 ) |
AffineXf3f meshlib.mrmeshpy.RawTiffOutput.p2wXf | ( | self | ) |
optional pixel to world transform
None meshlib.mrmeshpy.RawTiffOutput.p2wXf | ( | self, | |
AffineXf3f | arg1 ) |
TiffParameters meshlib.mrmeshpy.RawTiffOutput.params | ( | self | ) |
optional params output
None meshlib.mrmeshpy.RawTiffOutput.params | ( | self, | |
TiffParameters | arg1 ) |
int meshlib.mrmeshpy.RawTiffOutput.size | ( | self | ) |
allocated data size
None meshlib.mrmeshpy.RawTiffOutput.size | ( | self, | |
int | arg1 ) |