Robotics Library  0.7.0
Public Member Functions | List of all members
rl::mdl::Factory Class Referenceabstract

#include <Factory.h>

Inheritance diagram for rl::mdl::Factory:
Inheritance graph
[legend]

Public Member Functions

 Factory ()
 
virtual ~Factory ()
 
virtual Modelcreate (const ::std::string &filename)
 
virtual void load (const ::std::string &filename, Model *model)=0
 

Constructor & Destructor Documentation

◆ Factory()

rl::mdl::Factory::Factory ( )

◆ ~Factory()

rl::mdl::Factory::~Factory ( )
virtual

Member Function Documentation

◆ create()

Model * rl::mdl::Factory::create ( const ::std::string &  filename)
virtual

◆ load()

virtual void rl::mdl::Factory::load ( const ::std::string &  filename,
Model model 
)
pure virtual

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