#include <import.hpp>
Public Types | |
typedef std::vector< int > | TIntVector |
typedef std::pair< unsigned int, unsigned int > | TPair |
first: part index, second: item index in part | |
typedef std::vector< TPair > | TPairVector |
typedef std::vector< double > | TRealVector |
Public Member Functions | |
const TPairVector & | data () const |
TPairVector & | data () |
const std::string & | ident () const |
NodeSet (const std::string &theident, const bool &_sorted, const TPairVector &_data) | |
const bool & | sorted () const |
Protected Attributes | |
TPairVector | m_data |
std::string | m_ident |
bool | m_sorted |