MIRA
Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | List of all members
MarkerBase Class Referenceabstract

Base class for all marker types. More...

#include <model/Marker.h>

Inheritance diagram for MarkerBase:
Inheritance graph
[legend]

Public Member Functions

EIGEN_MAKE_ALIGNED_OPERATOR_NEW MarkerBase ()
 
 MarkerBase (const Pose3 &pos, const Color::RGBA &col=Color::White, const Size3f &s=Size3f(1.0f, 1.0f, 1.0f))
 
template<typename Reflector >
void reflect (Reflector &r)
 
Class const & getClass () const
 

Static Public Member Functions

static PseudoClass const & CLASS ()
 

Public Attributes

Pose3 position
 
Color::RGBA color
 
Size3f scale
 

Protected Member Functions

virtual Class const & internalGetClass () const=0
 

Detailed Description

Base class for all marker types.

Constructor & Destructor Documentation

◆ MarkerBase() [1/2]

EIGEN_MAKE_ALIGNED_OPERATOR_NEW MarkerBase ( )
inline

◆ MarkerBase() [2/2]

MarkerBase ( const Pose3 pos,
const Color::RGBA col = Color::White,
const Size3f s = Size3f(1.0f,1.0f,1.0f) 
)
inline

Member Function Documentation

◆ reflect()

void reflect ( Reflector &  r)
inline

Member Data Documentation

◆ position

Pose3 position

◆ color

Color::RGBA color

◆ scale

Size3f scale

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