My Project
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Model Class Reference

#include <models.hh>

Collaboration diagram for Model:
Collaboration graph

Public Member Functions

 ~Model ()
 
 Model (const std::string &model_name)
 
Meshget_mesh () const
 
Materialget_material () const
 

Public Attributes

std::string name
 
std::unique_ptr< Meshmesh
 
std::unique_ptr< Materialmaterial
 

Constructor & Destructor Documentation

◆ ~Model()

Model::~Model ( )

◆ Model()

Model::Model ( const std::string &  model_name)
explicit

Member Function Documentation

◆ get_material()

Material * Model::get_material ( ) const
inline

◆ get_mesh()

Mesh * Model::get_mesh ( ) const
inline

Member Data Documentation

◆ material

std::unique_ptr<Material> Model::material

◆ mesh

std::unique_ptr<Mesh> Model::mesh

◆ name

std::string Model::name

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