Inherits opentl::core::util::SerializedData.
Public Member Functions | |
| int | dimension () |
| Get dimension of vector. | |
| void | getData (math::Vector *dst) const |
| Get data from this class and store it in a vector. | |
| double | operator[] (int idx) const |
| Get single element. | |
| SD_math_vector (math::Vector *_d) | |
| SD_math_vector () | |
| virtual | ~SD_math_vector () |
Friends | |
| class | boost::serialization::access |
| opentl::core::util::SD_math_vector::SD_math_vector | ( | ) | [inline] |
| opentl::core::util::SD_math_vector::SD_math_vector | ( | math::Vector * | _d | ) | [inline] |
| virtual opentl::core::util::SD_math_vector::~SD_math_vector | ( | ) | [inline, virtual] |
| int opentl::core::util::SD_math_vector::dimension | ( | ) | [inline] |
Get dimension of vector.
| void opentl::core::util::SD_math_vector::getData | ( | math::Vector * | dst | ) | const [inline] |
Get data from this class and store it in a vector.
| double opentl::core::util::SD_math_vector::operator[] | ( | int | idx | ) | const [inline] |
Get single element.
| idx | element. |
friend class boost::serialization::access [friend] |
Reimplemented from opentl::core::util::SerializedData.
1.5.8