|
cisst-saw
|
#include <prmPositionCartesianSet.h>
Public Member Functions | |
| prmPositionCartesianSet (void) | |
| prmPositionCartesianSet (const prmPositionCartesianSet &other) | |
| prmPositionCartesianSet & | operator= (const prmPositionCartesianSet &other) |
| ~prmPositionCartesianSet () | |
| void | GetGoal (vctDoubleFrm3 &placeHolder) const |
| vctDoubleFrm3 | GetGoal (void) const |
| void | SetGoal (const vctDoubleFrm3 &newValue) |
| const vctDoubleFrm3 & | Goal (void) const |
| vctDoubleFrm3 & | Goal (void) |
| void | GetVelocity (vctDouble3 &placeHolder) const |
| vctDouble3 | GetVelocity (void) const |
| void | SetVelocity (const vctDouble3 &newValue) |
| const vctDouble3 & | Velocity (void) const |
| vctDouble3 & | Velocity (void) |
| void | GetVelocityAngular (vctDouble3 &placeHolder) const |
| vctDouble3 | GetVelocityAngular (void) const |
| void | SetVelocityAngular (const vctDouble3 &newValue) |
| const vctDouble3 & | VelocityAngular (void) const |
| vctDouble3 & | VelocityAngular (void) |
| void | GetAcceleration (vctDouble3 &placeHolder) const |
| vctDouble3 | GetAcceleration (void) const |
| void | SetAcceleration (const vctDouble3 &newValue) |
| const vctDouble3 & | Acceleration (void) const |
| vctDouble3 & | Acceleration (void) |
| void | GetAngularAcceleration (vctDouble3 &placeHolder) const |
| vctDouble3 | GetAngularAcceleration (void) const |
| void | SetAngularAcceleration (const vctDouble3 &newValue) |
| const vctDouble3 & | AngularAcceleration (void) const |
| vctDouble3 & | AngularAcceleration (void) |
| void | GetMask (vctBool2 &placeHolder) const |
| vctBool2 | GetMask (void) const |
| void | SetMask (const vctBool2 &newValue) |
| const vctBool2 & | Mask (void) const |
| vctBool2 & | Mask (void) |
| void | GetMovingFrame (std::string &placeHolder) const |
| std::string | GetMovingFrame (void) const |
| void | SetMovingFrame (const std::string &newValue) |
| const std::string & | MovingFrame (void) const |
| std::string & | MovingFrame (void) |
| void | GetReferenceFrame (std::string &placeHolder) const |
| std::string | GetReferenceFrame (void) const |
| void | SetReferenceFrame (const std::string &newValue) |
| const std::string & | ReferenceFrame (void) const |
| std::string & | ReferenceFrame (void) |
| CISST_DEPRECATED void | GetBlockingFlag (prmBlocking &placeHolder) const |
| CISST_DEPRECATED prmBlocking | GetBlockingFlag (void) const |
| CISST_DEPRECATED void | SetBlockingFlag (const prmBlocking &newValue) |
| CISST_DEPRECATED const prmBlocking & | BlockingFlag (void) const |
| CISST_DEPRECATED prmBlocking & | BlockingFlag (void) |
| CISST_DEPRECATED void | GetBlendingFactor (bool &placeHolder) const |
| CISST_DEPRECATED bool | GetBlendingFactor (void) const |
| CISST_DEPRECATED void | SetBlendingFactor (const bool &newValue) |
| CISST_DEPRECATED const bool & | BlendingFactor (void) const |
| CISST_DEPRECATED bool & | BlendingFactor (void) |
| CISST_DEPRECATED void | GetIsPreemptable (bool &placeHolder) const |
| CISST_DEPRECATED bool | GetIsPreemptable (void) const |
| CISST_DEPRECATED void | SetIsPreemptable (const bool &newValue) |
| CISST_DEPRECATED const bool & | IsPreemptable (void) const |
| CISST_DEPRECATED bool & | IsPreemptable (void) |
| CISST_DEPRECATED void | GetIsGoalOnly (bool &placeHolder) const |
| CISST_DEPRECATED bool | GetIsGoalOnly (void) const |
| CISST_DEPRECATED void | SetIsGoalOnly (const bool &newValue) |
| CISST_DEPRECATED const bool & | IsGoalOnly (void) const |
| CISST_DEPRECATED bool & | IsGoalOnly (void) |
| void | SerializeRaw (std::ostream &outputStream) const override |
| void | DeSerializeRaw (std::istream &inputStream) override |
| void | ToStream (std::ostream &outputStream) const override |
| void | ToStreamRaw (std::ostream &outputStream, const char delimiter=' ', bool headerOnly=false, const std::string &headerPrefix="") const override |
| void | Copy (const prmPositionCartesianSet &source) |
| bool | ScalarNumberIsFixed (void) const override |
| size_t | ScalarNumber (void) const override |
| Public Member Functions inherited from mtsGenericObject | |
| mtsGenericObject (void) | |
| mtsGenericObject (double timestamp, bool automaticTimestamp, bool valid) | |
| mtsGenericObject (const mtsGenericObject &other) | |
| virtual | ~mtsGenericObject (void) |
| mtsGenericObject & | operator= (const mtsGenericObject &other) |
| bool | SetTimestampIfAutomatic (double timestamp) |
| virtual bool | FromStreamRaw (std::istream &inputStream, const char delimiter=' ') |
| Public Member Functions inherited from cmnGenericObject | |
| virtual | ~cmnGenericObject (void) |
| virtual const cmnClassServicesBase * | Services (void) const =0 |
| bool | ReconstructFrom (const cmnGenericObject &other) |
| std::string | ToString (void) const |
| virtual cmnLogger::StreamBufType * | GetLogMultiplexer (void) const |
| virtual double | Scalar (const size_t CMN_UNUSED(index)) const CISST_THROW(std |
| virtual std::string | ScalarDescription (const size_t CMN_UNUSED(index), const std::string &CMN_UNUSED(userDescription)) const |
Public Attributes | |
| void SerializeBinary(std::ostream &outputStream) const CISST_THROW(std void DeSerializeBinary(std::istream &inputStream, const cmnDataFormat &localFormat, const cmnDataFormat &remoteFormat) CISST_THROW(std void SerializeText(std::ostream &outputStream, const char delimiter=',') const CISST_THROW(std std::string | SerializeDescription (const char delimiter=',', const std::string &userDescription="") const |
| void DeSerializeText(std::istream &inputStream, const char delimiter=',') CISST_THROW(std std::string | HumanReadable (void) const |
Protected Attributes | |
| vctDoubleFrm3 | mGoal |
| vctDouble3 | mVelocity |
| vctDouble3 | mVelocityAngular |
| vctDouble3 | mAcceleration |
| vctDouble3 | mAngularAcceleration |
| vctBool2 | mMask |
| std::string | mMovingFrame |
| std::string | mReferenceFrame |
| prmBlocking | mBlockingFlag |
| bool | mBlendingFactor |
| bool | mIsPreemptable |
| bool | mIsGoalOnly |
| prmPositionCartesianSet::prmPositionCartesianSet | ( | void | ) |
| prmPositionCartesianSet::prmPositionCartesianSet | ( | const prmPositionCartesianSet & | other | ) |
| prmPositionCartesianSet::~prmPositionCartesianSet | ( | ) |
| vctDouble3 & prmPositionCartesianSet::Acceleration | ( | void | ) |
| const vctDouble3 & prmPositionCartesianSet::Acceleration | ( | void | ) | const |
| vctDouble3 & prmPositionCartesianSet::AngularAcceleration | ( | void | ) |
| const vctDouble3 & prmPositionCartesianSet::AngularAcceleration | ( | void | ) | const |
| CISST_DEPRECATED bool & prmPositionCartesianSet::BlendingFactor | ( | void | ) |
| CISST_DEPRECATED const bool & prmPositionCartesianSet::BlendingFactor | ( | void | ) | const |
| CISST_DEPRECATED prmBlocking & prmPositionCartesianSet::BlockingFlag | ( | void | ) |
| CISST_DEPRECATED const prmBlocking & prmPositionCartesianSet::BlockingFlag | ( | void | ) | const |
| void prmPositionCartesianSet::Copy | ( | const prmPositionCartesianSet & | source | ) |
|
overridevirtual |
Binary deserialization
Reimplemented from mtsGenericObject.
| void prmPositionCartesianSet::GetAcceleration | ( | vctDouble3 & | placeHolder | ) | const |
|
inline |
| void prmPositionCartesianSet::GetAngularAcceleration | ( | vctDouble3 & | placeHolder | ) | const |
|
inline |
| CISST_DEPRECATED void prmPositionCartesianSet::GetBlendingFactor | ( | bool & | placeHolder | ) | const |
|
inline |
| CISST_DEPRECATED void prmPositionCartesianSet::GetBlockingFlag | ( | prmBlocking & | placeHolder | ) | const |
|
inline |
| void prmPositionCartesianSet::GetGoal | ( | vctDoubleFrm3 & | placeHolder | ) | const |
|
inline |
| CISST_DEPRECATED void prmPositionCartesianSet::GetIsGoalOnly | ( | bool & | placeHolder | ) | const |
|
inline |
| CISST_DEPRECATED void prmPositionCartesianSet::GetIsPreemptable | ( | bool & | placeHolder | ) | const |
|
inline |
| void prmPositionCartesianSet::GetMask | ( | vctBool2 & | placeHolder | ) | const |
|
inline |
| void prmPositionCartesianSet::GetMovingFrame | ( | std::string & | placeHolder | ) | const |
|
inline |
| void prmPositionCartesianSet::GetReferenceFrame | ( | std::string & | placeHolder | ) | const |
|
inline |
| void prmPositionCartesianSet::GetVelocity | ( | vctDouble3 & | placeHolder | ) | const |
|
inline |
| void prmPositionCartesianSet::GetVelocityAngular | ( | vctDouble3 & | placeHolder | ) | const |
|
inline |
| vctDoubleFrm3 & prmPositionCartesianSet::Goal | ( | void | ) |
| const vctDoubleFrm3 & prmPositionCartesianSet::Goal | ( | void | ) | const |
| CISST_DEPRECATED bool & prmPositionCartesianSet::IsGoalOnly | ( | void | ) |
| CISST_DEPRECATED const bool & prmPositionCartesianSet::IsGoalOnly | ( | void | ) | const |
| CISST_DEPRECATED bool & prmPositionCartesianSet::IsPreemptable | ( | void | ) |
| CISST_DEPRECATED const bool & prmPositionCartesianSet::IsPreemptable | ( | void | ) | const |
| vctBool2 & prmPositionCartesianSet::Mask | ( | void | ) |
| const vctBool2 & prmPositionCartesianSet::Mask | ( | void | ) | const |
| std::string & prmPositionCartesianSet::MovingFrame | ( | void | ) |
| const std::string & prmPositionCartesianSet::MovingFrame | ( | void | ) | const |
| prmPositionCartesianSet & prmPositionCartesianSet::operator= | ( | const prmPositionCartesianSet & | other | ) |
| std::string & prmPositionCartesianSet::ReferenceFrame | ( | void | ) |
| const std::string & prmPositionCartesianSet::ReferenceFrame | ( | void | ) | const |
|
overridevirtual |
Methods for data visualization. Derived classes should override the following methods in order to be properly processed by the data visualizer of the global component manager.
Return a number of data (which can be visualized, i.e., type-casted to double)
Reimplemented from mtsGenericObject.
|
overridevirtual |
Indicates if this object has a fixed number of scalars. This is used for arrays of object in order to optimize random access for a given scalar. When defining an object with a fixed number of scalars, overloading this method to return true allows some optimizations.
Reimplemented from mtsGenericObject.
|
overridevirtual |
Binary serialization
Reimplemented from mtsGenericObject.
| void prmPositionCartesianSet::SetAcceleration | ( | const vctDouble3 & | newValue | ) |
| void prmPositionCartesianSet::SetAngularAcceleration | ( | const vctDouble3 & | newValue | ) |
| CISST_DEPRECATED void prmPositionCartesianSet::SetBlendingFactor | ( | const bool & | newValue | ) |
| CISST_DEPRECATED void prmPositionCartesianSet::SetBlockingFlag | ( | const prmBlocking & | newValue | ) |
| void prmPositionCartesianSet::SetGoal | ( | const vctDoubleFrm3 & | newValue | ) |
| CISST_DEPRECATED void prmPositionCartesianSet::SetIsGoalOnly | ( | const bool & | newValue | ) |
| CISST_DEPRECATED void prmPositionCartesianSet::SetIsPreemptable | ( | const bool & | newValue | ) |
| void prmPositionCartesianSet::SetMask | ( | const vctBool2 & | newValue | ) |
| void prmPositionCartesianSet::SetMovingFrame | ( | const std::string & | newValue | ) |
| void prmPositionCartesianSet::SetReferenceFrame | ( | const std::string & | newValue | ) |
| void prmPositionCartesianSet::SetVelocity | ( | const vctDouble3 & | newValue | ) |
| void prmPositionCartesianSet::SetVelocityAngular | ( | const vctDouble3 & | newValue | ) |
|
overridevirtual |
Human readable text output. This method only streams the data members of mtsGenericObject, i.e. the Timestamp and Valid flag. It should be called by any derived class re-implementing ToStream.
Reimplemented from mtsGenericObject.
|
overridevirtual |
Raw text output to stream
Reimplemented from mtsGenericObject.
| vctDouble3 & prmPositionCartesianSet::Velocity | ( | void | ) |
| const vctDouble3 & prmPositionCartesianSet::Velocity | ( | void | ) | const |
| vctDouble3 & prmPositionCartesianSet::VelocityAngular | ( | void | ) |
| const vctDouble3 & prmPositionCartesianSet::VelocityAngular | ( | void | ) | const |
| void DeSerializeText(std::istream &inputStream, const char delimiter=',') CISST_THROW(std std::string prmPositionCartesianSet::HumanReadable(void) const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| void SerializeBinary(std::ostream &outputStream) const CISST_THROW(std void DeSerializeBinary(std::istream &inputStream, const cmnDataFormat &localFormat, const cmnDataFormat &remoteFormat) CISST_THROW(std void SerializeText(std::ostream &outputStream, const char delimiter=',') const CISST_THROW(std std::string prmPositionCartesianSet::SerializeDescription(const char delimiter=',', const std::string &userDescription="") const |