| 45 |
|
* @brief |
| 46 |
|
* @author tlin |
| 47 |
|
* @date 09/20/2004 |
| 48 |
– |
* @time 9:30am |
| 48 |
|
* @version 1.0 |
| 49 |
|
*/ |
| 50 |
|
|
| 132 |
|
ElemDataType& getData() {return data_;} |
| 133 |
|
/** |
| 134 |
|
* Sets POD data |
| 135 |
< |
* @data POD data to be set |
| 135 |
> |
* @param data POD data to be set |
| 136 |
|
*/ |
| 137 |
|
void setData(const ElemDataType& data) { data_ = data; } |
| 138 |
|
|
| 179 |
|
* @class STLContainerTypeData |
| 180 |
|
* @brief STL container type generic data which is associated with an id |
| 181 |
|
* |
| 182 |
< |
* @template ContainerType |
| 183 |
< |
* @template ElemDataType |
| 182 |
> |
* \tparam ContainerType |
| 183 |
> |
* \tparam ElemDataType |
| 184 |
|
*/ |
| 185 |
|
template <typename ElemDataType > |
| 186 |
|
class VectorTypeData : public GenericData { |