#include <ELCCoder.h>
Public Types | |
| typedef std::vector< double > | VecDCont |
| typedef std::vector< int > | VecICont |
| typedef std::map< int, int > | MapICont |
Public Member Functions | |
| ELCContainer () | |
| ~ELCContainer () | |
Public Attributes | |
| VecDCont | coordinates |
| VecDCont | velocities |
| VecDCont | mass |
| VecICont | connectivity |
| VecICont | globalNodeIDs |
| MapICont | globalToLocalIDs |
| typedef std::map<int, int> shells::ELCContainer::MapICont |
| typedef std::vector<double> shells::ELCContainer::VecDCont |
| typedef std::vector<int> shells::ELCContainer::VecICont |
| shells::ELCContainer::ELCContainer | ( | ) | [inline] |
| shells::ELCContainer::~ELCContainer | ( | ) | [inline] |
Referenced by shells::ShellManagerFragmented::decode(), and shells::ShellManagerBasic::decode().
Referenced by shells::ELCCoder::dumpTecplot(), and shells::ELCCoder::encodeVertexPressure().
1.6.3