Struct DistortionModel::Concept

Nested Relationships

This struct is a nested type of Struct DistortionModel.

Inheritance Relationships

Base Type

Struct Documentation

struct Concept : public lvr2::DistortionModelInterface

Basically the DistortionModelInterface + a clone function which will be generated by the compiler for each Model.

Public Functions

virtual std::unique_ptr<Concept> clone() const = 0