#include <prmForceCartesianSet.h>
Inheritance diagram for prmForceCartesianSet:


Definition at line 40 of file prmForceCartesianSet.h.
| prmForceCartesianSet::prmForceCartesianSet | ( | ) | [inline] |
default constructor
Definition at line 60 of file prmForceCartesianSet.h.
| prmForceCartesianSet::prmForceCartesianSet | ( | const prmTransformationBasePtr & | movingFrame, | |
| const prmTransformationBasePtr & | referenceFrame, | |||
| const ForceType & | force, | |||
| const MaskType & | mask | |||
| ) | [inline] |
constructor with all parameters
Definition at line 68 of file prmForceCartesianSet.h.
| virtual prmForceCartesianSet::~prmForceCartesianSet | ( | ) | [virtual] |
destructor
| prmForceCartesianSet::CMN_DECLARE_MEMBER_AND_ACCESSORS | ( | prmTransformationBasePtr | , | |
| MovingFrame | ||||
| ) | [protected] |
Set and Get methods for the reference frame for current force, mask, movinf and reference frames. This is defined by a node in the transformation tree.
| void prmForceCartesianSet::ToStream | ( | std::ostream & | outputStream | ) | const [virtual] |
Human readable output to stream.
Reimplemented from mtsGenericObject.
| void prmForceCartesianSet::ToStreamRaw | ( | std::ostream & | outputStream, | |
| const char | delimiter = ' ', |
|||
| bool | headerOnly = false, |
|||
| const std::string & | headerPrefix = "" | |||
| ) | const [virtual] |
To stream raw data.
Reimplemented from mtsGenericObject.
| void prmForceCartesianSet::SerializeRaw | ( | std::ostream & | outputStream | ) | const [virtual] |
Binary serialization
Reimplemented from mtsGenericObject.
| void prmForceCartesianSet::DeSerializeRaw | ( | std::istream & | inputStream | ) | [virtual] |
Binary deserialization
Reimplemented from mtsGenericObject.