My Project
|
Base class for EntityVariable and SignedEntityVariable. More...
#include <EntityRep.hpp>
Public Types | |
typedef std::vector< T > | V |
typedef std::vector< T >::iterator | iterator |
typedef std::vector< T >::const_iterator | const_iterator |
Public Member Functions | |
EntityVariableBase () | |
Default constructor. | |
const T & | get (int i) const |
T & | get (int i) |
void | swap (EntityVariableBase &other) |
Friends | |
class | CpGridData |
Base class for EntityVariable and SignedEntityVariable.
Forwards a restricted subset of the std::vector interface.
T | A value type for the variable, such as double for pressure etc. |