SOFA API  1a4bb3e7
Open source framework for multi-physics simuation
sofa::core::ObjectFactory::ClassEntry Class Reference

#include <ObjectFactory.h>

Record storing information about a class. More...

Detailed Description

Record storing information about a class.

Public Attributes

std::string className
 
std::set< std::string > aliases
 
std::string description
 
std::string authors
 
std::string license
 
std::string defaultTemplate
 
CreatorMap creatorMap
 
std::map< std::string, std::vector< std::string > > m_dataAlias
 

Attribute details

◆ aliases

std::set<std::string> sofa::core::ObjectFactory::ClassEntry::aliases

◆ authors

std::string sofa::core::ObjectFactory::ClassEntry::authors

◆ className

std::string sofa::core::ObjectFactory::ClassEntry::className

◆ creatorMap

CreatorMap sofa::core::ObjectFactory::ClassEntry::creatorMap

◆ defaultTemplate

std::string sofa::core::ObjectFactory::ClassEntry::defaultTemplate

◆ description

std::string sofa::core::ObjectFactory::ClassEntry::description

◆ license

std::string sofa::core::ObjectFactory::ClassEntry::license

◆ m_dataAlias

std::map<std::string, std::vector<std::string> > sofa::core::ObjectFactory::ClassEntry::m_dataAlias