Struct KeyframePointCloudMap::TInsertionOptions
Defined in File KeyframePointCloudMap.h
Nested Relationships
This struct is a nested type of Class KeyframePointCloudMap.
Inheritance Relationships
Base Type
public mrpt::config::CLoadableOptions
Struct Documentation
-
struct TInsertionOptions : public mrpt::config::CLoadableOptions
Options for insertObservation()
Public Functions
-
TInsertionOptions() = default
-
void loadFromConfigFile(const mrpt::config::CConfigFileBase &source, const std::string §ion) override
-
void dumpToTextStream(std::ostream &out) const override
-
void writeToStream(mrpt::serialization::CArchive &out) const
-
void readFromStream(mrpt::serialization::CArchive &in)
Public Members
-
double remove_frames_farther_than = 0
If >0, remove old key-frames farther than this (meters)
-
TInsertionOptions() = default