#include <import.hpp>
Public Types | |
typedef std::vector< int > | TIntVector |
typedef std::vector< std::pair < unsigned int, unsigned int > > | TPairVector |
typedef std::vector< double > | TRealVector |
Public Member Functions | |
const TPairVector & | elements () const |
TPairVector & | elements () |
const std::string & | ident () const |
const TIntVector & | int_vector () const |
const std::string & | material () const |
const TRealVector & | real_vector () const |
Section (const std::string &theident, const std::string &thesectiontype, const std::string &thematerial, const TIntVector &intvector, const TRealVector &realvector) | |
const std::string & | type () const |
Protected Attributes | |
TPairVector | m_elements |
element indices associated with this section. first: instance index, second: element index | |
std::string | m_ident |
TIntVector | m_int_vector |
std::string | m_material |
TRealVector | m_real_vector |
std::string | m_type |