SaDVIO
Public Member Functions | Protected Attributes | List of all members
isae::AModel3d Class Reference

Abstract class for 3D models. More...

#include <Model3D.h>

Inheritance diagram for isae::AModel3d:
Inheritance graph
[legend]
Collaboration diagram for isae::AModel3d:
Collaboration graph
[legend]

Public Member Functions

 AModel3d ()
 
std::vector< Eigen::Vector3d > getModel ()
 

Protected Attributes

std::vector< Eigen::Vector3d > model
 

Detailed Description

Abstract class for 3D models.

This class serves as a base for various 3D models used in SLAM, such as points, lines, bounding boxes etc...

Constructor & Destructor Documentation

◆ AModel3d()

isae::AModel3d::AModel3d ( )
inline

Member Function Documentation

◆ getModel()

std::vector<Eigen::Vector3d> isae::AModel3d::getModel ( )
inline

Member Data Documentation

◆ model

std::vector<Eigen::Vector3d> isae::AModel3d::model
protected

The documentation for this class was generated from the following file: