opentl::core::util::SD_math_vector Class Reference

Wrapper class around math::Vector for data serialization. More...

Inherits opentl::core::util::SerializedData.

List of all members.

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


Detailed Description

Wrapper class around math::Vector for data serialization.

Author:
E. Roth <eroth@mytum.de>

Constructor & Destructor Documentation

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]


Member Function Documentation

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.

Parameters:
idx element.
Returns:
data


Friends And Related Function Documentation

friend class boost::serialization::access [friend]


Generated on Thu Jun 10 21:08:09 2010 for OpenTL by  doxygen 1.5.8