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

Mesh representation The vertices of the mesh are given relative to its origin. More...

#include <model/Geometry.h>

Inheritance diagram for Mesh:
Inheritance graph
[legend]

Public Member Functions

template<typename Reflector >
void reflect (Reflector &r)
 
virtual Polygon2f getFootprint (const RigidTransform3f &origin) const
 Implementation of Geometry::getFootprint. More...
 
virtual Box3f getBoundingBox (const RigidTransform3f &origin) const
 Implementation of Geometry::getBoundingBox. More...
 
Class const & getClass () const
 

Static Public Member Functions

static PseudoClass const & CLASS ()
 

Public Attributes

std::string filename
 The filename of the mesh. More...
 
float scale
 The scale factor of the mesh. More...
 

Protected Member Functions

virtual Class const & internalGetClass () const=0
 

Detailed Description

Mesh representation The vertices of the mesh are given relative to its origin.

Member Function Documentation

◆ reflect()

void reflect ( Reflector &  r)
inline

◆ getFootprint()

virtual Polygon2f getFootprint ( const RigidTransform3f origin) const
virtual

Implementation of Geometry::getFootprint.

Implements Geometry.

◆ getBoundingBox()

virtual Box3f getBoundingBox ( const RigidTransform3f origin) const
virtual

Implementation of Geometry::getBoundingBox.

Implements Geometry.

Member Data Documentation

◆ filename

std::string filename

The filename of the mesh.

◆ scale

float scale

The scale factor of the mesh.


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