1 #ifndef FLAME_STATE_VECTOR_H
2 #define FLAME_STATE_VECTOR_H
6 #include <boost/numeric/ublas/vector.hpp>
7 #include <boost/numeric/ublas/storage.hpp>
17 PS_X, PS_PX, PS_Y, PS_PY, PS_S, PS_PS
25 typedef boost::numeric::ublas::vector<double,
26 boost::numeric::ublas::bounded_array<double, maxsize>
29 virtual void show(std::ostream& strm)
const;
43 #endif // FLAME_STATE_VECTOR_H
virtual void assign(const StateBase &other)
Simulation state which include only a vector.
The abstract base class for all simulation state objects.
Associative configuration container.
Used with StateBase::getArray() to describe a single parameter.
virtual VectorState * clone() const
virtual bool getArray(unsigned idx, ArrayInfo &Info)
Introspect named parameter of the derived class.