|
supereight
|
#include <data.hpp>
Public Member Functions | |
| FieldDataConfig () | |
| Initializes the config to some sensible defaults. More... | |
| FieldDataConfig (const std::string &yaml_file) | |
| Initializes the config from a YAML file. More... | |
Public Attributes | |
| se::field_t | truncation_boundary_factor |
| se::weight_t | max_weight |
Static Public Attributes | |
| static constexpr se::Field | FldT = se::Field::TSDF |
Initializes the config to some sensible defaults.
| se::FieldDataConfig< se::Field::TSDF >::FieldDataConfig | ( | const std::string & | yaml_file | ) |
Initializes the config from a YAML file.
Data not present in the YAML file will be initialized as in FieldDataConfig<se::Field::TSDF>::FieldDataConfig().
| se::field_t se::FieldDataConfig< se::Field::TSDF >::truncation_boundary_factor |
| se::weight_t se::FieldDataConfig< se::Field::TSDF >::max_weight |
|
static |
1.8.13