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) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| RawTiffOutput | operator (*args, **kwargs) |
| RawTiffOutput | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_bytes = 0 |
| typing | _offsetof_convertToFloat = 32 |
| typing | _offsetof_max = 48 |
| typing | _offsetof_min = 40 |
| typing | _offsetof_p2wXf = 24 |
| typing | _offsetof_params = 16 |
| typing | _offsetof_size = 8 |
Generated from: MR::RawTiffOutput
|
static |
| None mrmeshpy.RawTiffOutput.__init__ | ( | self | ) |
| None mrmeshpy.RawTiffOutput.__init__ | ( | self, | |
| RawTiffOutput | arg0 ) |
Implicit copy constructor.
| None 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 mrmeshpy.RawTiffOutput.bytes | ( | self | ) |
main output data, should be allocated
| None mrmeshpy.RawTiffOutput.bytes | ( | self, | |
| unsigned_char_output | arg1 ) |
| bool mrmeshpy.RawTiffOutput.convertToFloat | ( | self | ) |
input if true loads tiff file as floats array
| None mrmeshpy.RawTiffOutput.convertToFloat | ( | self, | |
| bool | arg1 ) |
| float mrmeshpy.RawTiffOutput.max | ( | self | ) |
| None mrmeshpy.RawTiffOutput.max | ( | self, | |
| float_output | arg1 ) |
| float mrmeshpy.RawTiffOutput.min | ( | self | ) |
min max
| None mrmeshpy.RawTiffOutput.min | ( | self, | |
| float_output | arg1 ) |
|
static |
|
static |
| AffineXf3f mrmeshpy.RawTiffOutput.p2wXf | ( | self | ) |
optional pixel to world transform
| None mrmeshpy.RawTiffOutput.p2wXf | ( | self, | |
| AffineXf3f | arg1 ) |
| TiffParameters mrmeshpy.RawTiffOutput.params | ( | self | ) |
optional params output
| None mrmeshpy.RawTiffOutput.params | ( | self, | |
| TiffParameters | arg1 ) |
| int mrmeshpy.RawTiffOutput.size | ( | self | ) |
allocated data size
| None mrmeshpy.RawTiffOutput.size | ( | self, | |
| int | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |