28#error "This file has been deprecated, there is no replacement for the class mtsHistory. adeguet1, 2013/06/24"
56template <
class _elementType>
90 VectorType::Assign(data);
106 std::stringstream outputStream;
107 VectorType::ToStream(outputStream);
108 return outputStream.str();
112 virtual void ToStream(std::ostream & outputStream)
const {
113 VectorType::ToStream(outputStream);
117 virtual void ToStreamRaw(std::ostream & outputStream,
const char delimiter =
' ',
118 bool headerOnly =
false,
const std::string & headerPrefix =
"")
const {
120 outputStream << delimiter;
121 VectorType::ToStreamRaw(outputStream, delimiter, headerOnly, headerPrefix);
mtsGenericObject(void)
Definition mtsGenericObject.h:77
virtual void ToStreamRaw(std::ostream &outputStream, const char delimiter=' ', bool headerOnly=false, const std::string &headerPrefix="") const
mtsHistoryBase(const mtsHistoryBase &other)
Definition mtsHistory.h:47
friend class mtsHistoryBaseTest
Definition mtsHistory.h:43
virtual void SetHistorySize(const int historySize)=0
virtual ~mtsHistoryBase()
Definition mtsHistory.h:48
mtsHistoryBase()
Definition mtsHistory.h:46
Definition mtsHistory.h:59
mtsHistory(size_type size)
Definition mtsHistory.h:79
mtsHistory(const ThisType &otherVector)
Definition mtsHistory.h:95
~mtsHistory()
Definition mtsHistory.h:102
virtual std::string ToString(void) const
Definition mtsHistory.h:105
void SetHistorySize(const int historySize)
Definition mtsHistory.h:82
virtual void ToStream(std::ostream &outputStream) const
Definition mtsHistory.h:112
vctDynamicVector< value_type > VectorType
Definition mtsHistory.h:70
_elementType value_type
Definition mtsHistory.h:64
mtsHistory< value_type > ThisType
Definition mtsHistory.h:67
VectorType::size_type size_type
Definition mtsHistory.h:73
mtsHistory(void)
Definition mtsHistory.h:76
virtual void ToStreamRaw(std::ostream &outputStream, const char delimiter=' ', bool headerOnly=false, const std::string &headerPrefix="") const
Definition mtsHistory.h:117
ThisType & operator=(const VectorType &data)
Definition mtsHistory.h:89
Definition vctForwardDeclarations.h:131
#define CMN_DECLARE_SERVICES_INSTANTIATION(className)
Definition cmnClassRegisterMacros.h:199
const int CMN_DYNAMIC_CREATION
Definition cmnClassRegisterMacros.h:328
#define CMN_LOG_ALLOW_DEFAULT
Definition cmnLogLoD.h:76
mtsHistory< mtsDouble > mtsDoubleHistory
Definition mtsHistory.h:129
mtsHistory< mtsDoubleVec > mtsDoubleVecHistory
Definition mtsHistory.h:133
size_type size(void) const
Definition vctDynamicConstMatrixBase.h:228
void SetSize(size_type rows, size_type cols, bool storageOrder)
Definition vctDynamicMatrix.h:364
Declaration of vctDynamicVector.