#include <import.hpp>
Public Types | |
typedef std::map< std::string, ElementSet > | TElementSetMap |
typedef std::map< std::string, Material > | TMaterialMap |
typedef std::map< std::string, NodeSet > | TNodeSetMap |
typedef std::map< std::string, Part > | TPartContainer |
typedef std::map< std::string, Section > | TSectionMap |
Public Member Functions | |
void | add (const NodeSet &nodeset) |
void | add (const ElementSet &elementset) |
void | add (const Material &material) |
void | add (const Section §ion) |
void | add (const Part &part) |
This will change the index() of the part as well!!!! | |
TElementSetMap & | elementsets () |
const TElementSetMap & | elementsets () const |
TMaterialMap & | materials () |
const TMaterialMap & | materials () const |
TNodeSetMap & | nodesets () |
const TNodeSetMap & | nodesets () const |
TPartContainer & | parts () |
const TPartContainer & | parts () const |
TSectionMap & | sections () |
const TSectionMap & | sections () const |
Protected Attributes | |
TElementSetMap | m_elementsets |
TMaterialMap | m_materials |
TNodeSetMap | m_nodesets |
TPartContainer | m_parts |
TSectionMap | m_sections |