API Documentation
|
#include <MaterialRaster.h>
Public Member Functions | |
RasterInfo () | |
RasterInfo (const File &ini_file) | |
bool | isEnabled () const |
virtual void | getINI (INIFactory &factory) override |
Public Member Functions inherited from INIInterface | |
INIInterface (const File &default_ini) | |
virtual | ~INIInterface () |
virtual void | writeToLog (ProgressInfo *log, uint01 log_level=2U) |
virtual void | writeToLog (const String &title, ProgressInfo *log, uint01 log_level=2U) |
void | setDefaultINIFile (const File &file) |
virtual bool | readINIOptions () |
virtual bool | readINIOptions (File &ini_file) |
virtual void | finishReadingINI (INIFactory &) |
virtual void | prepareForINI (INIFactory &) |
virtual bool | saveINIOptions (bool multithead=false) |
virtual bool | saveINIOptions (File &ini_file, bool multithead=false) |
Public Attributes | |
Vector< 2, uint04 > | pixel_size = Vector<2, uint04>(0, 0) |
fltp08 | radial_distortion_scale = 0.2 |
fltp08 | radial_distortion_offset = 0 |
Vector< 2, Angle< fltp08 > > | camera_drape_move_angle = Vector<2, Angle<fltp08>>(Angle<fltp08>(DEGREES, 45.0)) |
Vector< 2, Angle< fltp08 > > | angle_offset = Vector<2, Angle<fltp08>>(Angle<fltp08>(DEGREES, 0.0)) |
uint04 | side_crop = 5 |
bool | is_enabled = false |
Additional Inherited Members | |
Protected Attributes inherited from INIInterface | |
File | m_default_ini |
|
inline |
|
inline |
|
inlineoverridevirtual |
Implements INIInterface.
|
inline |
Vector<2, Angle<fltp08> > camera_drape_move_angle = Vector<2, Angle<fltp08>>(Angle<fltp08>(DEGREES, 45.0)) |
bool is_enabled = false |
fltp08 radial_distortion_offset = 0 |
fltp08 radial_distortion_scale = 0.2 |
uint04 side_crop = 5 |