MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.RawTiffOutput Class Reference

Public Member Functions

None __init__ (self)
 
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
 

Detailed Description

Generated from:  MR::RawTiffOutput

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.RawTiffOutput.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.RawTiffOutput.__init__ ( self)

◆ __init__() [3/3]

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.

Member Function Documentation

◆ bytes() [1/2]

int mrmeshpy.RawTiffOutput.bytes ( self)
main output data, should be allocated

◆ bytes() [2/2]

None mrmeshpy.RawTiffOutput.bytes ( self,
unsigned_char_output arg1 )

◆ convertToFloat() [1/2]

bool mrmeshpy.RawTiffOutput.convertToFloat ( self)
input if true loads tiff file as floats array

◆ convertToFloat() [2/2]

None mrmeshpy.RawTiffOutput.convertToFloat ( self,
bool arg1 )

◆ max() [1/2]

float mrmeshpy.RawTiffOutput.max ( self)

◆ max() [2/2]

None mrmeshpy.RawTiffOutput.max ( self,
float_output arg1 )

◆ min() [1/2]

float mrmeshpy.RawTiffOutput.min ( self)
min max

◆ min() [2/2]

None mrmeshpy.RawTiffOutput.min ( self,
float_output arg1 )

◆ operator() [1/2]

RawTiffOutput mrmeshpy.RawTiffOutput.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

RawTiffOutput mrmeshpy.RawTiffOutput.operator ( * args,
** kwargs )
static

◆ p2wXf() [1/2]

AffineXf3f mrmeshpy.RawTiffOutput.p2wXf ( self)
optional pixel to world transform

◆ p2wXf() [2/2]

None mrmeshpy.RawTiffOutput.p2wXf ( self,
AffineXf3f arg1 )

◆ params() [1/2]

TiffParameters mrmeshpy.RawTiffOutput.params ( self)
optional params output

◆ params() [2/2]

None mrmeshpy.RawTiffOutput.params ( self,
TiffParameters arg1 )

◆ size() [1/2]

int mrmeshpy.RawTiffOutput.size ( self)
allocated data size

◆ size() [2/2]

None mrmeshpy.RawTiffOutput.size ( self,
int arg1 )

Member Data Documentation

◆ _offsetof_bytes

typing mrmeshpy.RawTiffOutput._offsetof_bytes = 0
staticprotected

◆ _offsetof_convertToFloat

typing mrmeshpy.RawTiffOutput._offsetof_convertToFloat = 32
staticprotected

◆ _offsetof_max

typing mrmeshpy.RawTiffOutput._offsetof_max = 48
staticprotected

◆ _offsetof_min

typing mrmeshpy.RawTiffOutput._offsetof_min = 40
staticprotected

◆ _offsetof_p2wXf

typing mrmeshpy.RawTiffOutput._offsetof_p2wXf = 24
staticprotected

◆ _offsetof_params

typing mrmeshpy.RawTiffOutput._offsetof_params = 16
staticprotected

◆ _offsetof_size

typing mrmeshpy.RawTiffOutput._offsetof_size = 8
staticprotected

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