| 35 |
|
* |
| 36 |
|
* [1] Meineke, et al., J. Comp. Chem. 26, 252-271 (2005). |
| 37 |
|
* [2] Fennell & Gezelter, J. Chem. Phys. 124, 234104 (2006). |
| 38 |
< |
* [3] Sun, Lin & Gezelter, J. Chem. Phys. 128, 24107 (2008). |
| 38 |
> |
* [3] Sun, Lin & Gezelter, J. Chem. Phys. 128, 234107 (2008). |
| 39 |
|
* [4] Kuang & Gezelter, J. Chem. Phys. 133, 164101 (2010). |
| 40 |
|
* [5] Vardeman, Stocker & Gezelter, J. Chem. Theory Comput. 7, 834 (2011). |
| 41 |
|
*/ |
| 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 { |