![]() |
API Documentation
|
Describes options/parameters for running the GeometryRegistration. More...
#include <GeometryRegistration.h>
Public Member Functions | |
| GeometryRegistrationParameters () | |
Public Member Functions inherited from GenericOptionGroup | |
| void | addOption (const GenericOption &option) |
| template<class t_type > | |
| void | addOption (const TranslatedString &name, const t_type &value, bool is_editable=true) |
| void | addOptionsToINI (INIFactory &factory) |
| void | clear () |
| virtual void | fromJSONNode (const JSONNode &node) |
| GenericOptionGroup ()=default | |
| GenericOptionGroup (const TranslatedString &group_name, const String &group_id=String()) | |
| GenericOption & | getOption (const TranslatedString &n) |
| const GenericOption & | getOption (const TranslatedString &n) const |
| template<class t_type > | |
| t_type | getValue (const String &name) const |
| template<class t_type > | |
| t_type | getValue (const String &name, const t_type &value_if_not_exist) const |
| template<class t_type > | |
| t_type | getValue (const TranslatedString &name) const |
| template<class t_type > | |
| t_type | getValue (const TranslatedString &name, const t_type &value_if_not_exist) const |
| bool | hasOption (const String &option_name) const |
| bool | hasOption (const TranslatedString &option_name) const |
| INIFactory | ini () |
| bool | operator!= (const GenericOptionGroup &option_group) const |
| bool | operator== (const GenericOptionGroup &option_group) const |
| void | setOption (const GenericOption &option) |
| template<class t_type > | |
| void | setValue (const String &name, const t_type &value) |
| template<class t_type > | |
| void | setValue (const TranslatedString &name, const t_type &value) |
| virtual JSONNode | toJSONNode (bool only_value=true) const |
| virtual | ~GenericOptionGroup () |
Public Attributes | |
| const void * | lock = nullptr |
| ProgressInfo * | log = nullptr |
| Buffer< Matrix< fltp08 > > | original_transforms |
| Buffer< Matrix< fltp08 > > | potential_a_to_b_transform |
| GeometryVertices | reference |
| Matrix< fltp08 > | reference_transform |
| Buffer< GeometryVertices > | registration_points |
| std::function< void(uint04 iteration_a, uint04 iteration_b, Matrix< fltp08 > &mat, bool finished)> | update_data_callback |
Public Attributes inherited from GenericOptionGroup | |
| String | id |
| TranslatedString | name |
| Dictionary< String, GenericOption > | options |
| Buffer< String > | ordered_options |
Describes options/parameters for running the GeometryRegistration.
| const void* lock = nullptr |
| ProgressInfo* log = nullptr |
| GeometryVertices reference |
| Buffer<GeometryVertices> registration_points |
| std::function<void(uint04 iteration_a, uint04 iteration_b, Matrix<fltp08>& mat, bool finished)> update_data_callback |