36 #include <matrix/vlVector.h>
37 #include <matrix/vlTaitBryan.h>
56 return mySpotReportDictionary;
61 return mySpotReportDictionary;
67 const std::set<makVrv::DtUniqueID>& observedBy()
const
72 double simulationTimeSent()
const
74 return mySpotReportDictionary.doubleValue(
"SimulationTime");
80 void setType(
const std::string& t)
85 const std::string& type()
const
91 void setName(
const std::string& name)
96 const std::string& name()
const
121 template <
typename T>
129 for (i = 0; i < size; i++)
140 template <
typename T>
143 int size = state.
size();
146 typename std::set<T>::const_iterator iter = state.begin();
147 while (iter != state.end())