Public Types |
Public Member Functions |
Protected Member Functions |
Protected Attributes |
List of all members
History< Q > Class Template Reference
#include <History.h>
Public Types | |
| typedef Quantity< Time > | T |
| typedef History< Q > | Type |
Public Member Functions | |
| T::SCP | t (size_t i) const |
| T::SCP | t0 () const |
| T::SCP | tn () const |
| double | dt (size_t i, typename T::Units u) const |
| Q::SCP | q (size_t i) const |
| double | dq (size_t i, typename Q::Units u) const |
| size_t | n () const |
| void | add (typename T::SP t, typename Q::SP q, Representation rep=Representation::CONSTANT) |
| bool | good () const |
| virtual bool | good (std::vector< std::string > &errors) const |
| virtual std::string | toString () const |
Protected Member Functions | |
| virtual void | synchronize () |
Protected Attributes | |
| std::vector< typename Q::SP > | b_quantities |
| std::vector< Representation > | b_reps |
| std::vector< T::SP > | b_times |
Detailed Description
template<typename Q = U::SP>
class Origen::History< Q >
- Examples:
- tstHistory.cpp.
Member Typedef Documentation
Member Function Documentation
|
inline |
- Examples:
- tstHistory.cpp.
Referenced by TEST().
|
inline |
- Examples:
- tstHistory.cpp.
Referenced by TEST().
|
inline |
|
inline |
- Examples:
- tstHistory.cpp.
Referenced by TEST().
|
inline |
- Examples:
- tstHistory.cpp.
Referenced by TEST().
|
inline |
|
inline |
- Examples:
- tstHistory.cpp.
Referenced by TEST().
|
inline |
- Examples:
- tstHistory.cpp.
Referenced by TEST().
|
inline |
|
inlinevirtual |
References Time::SECONDS.
|
inlinevirtual |
- Examples:
- tstHistory.cpp.
Referenced by TEST().
|
inlineprotectedvirtual |
Member Data Documentation
|
protected |
|
protected |
|
protected |
The documentation for this class was generated from the following files:
- Core/dc/History.h
- Core/dc/History.i.h

1.8.10