|
cisst-saw
|
#include <prmInverseKinematicsResponse.h>
Public Member Functions | |
| prmInverseKinematicsResponse (void) | |
| prmInverseKinematicsResponse (const prmInverseKinematicsResponse &other) | |
| prmInverseKinematicsResponse & | operator= (const prmInverseKinematicsResponse &other) |
| ~prmInverseKinematicsResponse () | |
| void | Getjp (vctDynamicVector< double > &placeHolder) const |
| vctDynamicVector< double > | Getjp (void) const |
| void | Setjp (const vctDynamicVector< double > &newValue) |
| const vctDynamicVector< double > & | jp (void) const |
| vctDynamicVector< double > & | jp (void) |
| void | Getresult (bool &placeHolder) const |
| bool | Getresult (void) const |
| void | Setresult (const bool &newValue) |
| const bool & | result (void) const |
| bool & | result (void) |
| void | Getmessage (std::string &placeHolder) const |
| std::string | Getmessage (void) const |
| void | Setmessage (const std::string &newValue) |
| const std::string & | message (void) const |
| std::string & | message (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 prmInverseKinematicsResponse &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 | |
| vctDynamicVector< double > | mjp |
| bool | mresult |
| std::string | mmessage |
| prmInverseKinematicsResponse::prmInverseKinematicsResponse | ( | void | ) |
| prmInverseKinematicsResponse::prmInverseKinematicsResponse | ( | const prmInverseKinematicsResponse & | other | ) |
| prmInverseKinematicsResponse::~prmInverseKinematicsResponse | ( | ) |
| void prmInverseKinematicsResponse::Copy | ( | const prmInverseKinematicsResponse & | source | ) |
|
overridevirtual |
Binary deserialization
Reimplemented from mtsGenericObject.
| void prmInverseKinematicsResponse::Getjp | ( | vctDynamicVector< double > & | placeHolder | ) | const |
|
inline |
| void prmInverseKinematicsResponse::Getmessage | ( | std::string & | placeHolder | ) | const |
|
inline |
| void prmInverseKinematicsResponse::Getresult | ( | bool & | placeHolder | ) | const |
|
inline |
| vctDynamicVector< double > & prmInverseKinematicsResponse::jp | ( | void | ) |
| const vctDynamicVector< double > & prmInverseKinematicsResponse::jp | ( | void | ) | const |
| std::string & prmInverseKinematicsResponse::message | ( | void | ) |
| const std::string & prmInverseKinematicsResponse::message | ( | void | ) | const |
| prmInverseKinematicsResponse & prmInverseKinematicsResponse::operator= | ( | const prmInverseKinematicsResponse & | other | ) |
| bool & prmInverseKinematicsResponse::result | ( | void | ) |
| const bool & prmInverseKinematicsResponse::result | ( | 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 prmInverseKinematicsResponse::Setjp | ( | const vctDynamicVector< double > & | newValue | ) |
| void prmInverseKinematicsResponse::Setmessage | ( | const std::string & | newValue | ) |
| void prmInverseKinematicsResponse::Setresult | ( | const bool & | 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.
| void DeSerializeText(std::istream &inputStream, const char delimiter=',') CISST_THROW(std std::string prmInverseKinematicsResponse::HumanReadable(void) const |
|
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 prmInverseKinematicsResponse::SerializeDescription(const char delimiter=',', const std::string &userDescription="") const |