

Definition at line 65 of file mtsParameterTypes.h.
| void mtsDescriptionInterface::ToStream | ( | std::ostream & | outputStream | ) | const [virtual] |
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.
| void mtsDescriptionInterface::SerializeRaw | ( | std::ostream & | outputStream | ) | const [virtual] |
Binary serialization
Reimplemented from mtsGenericObject.
| void mtsDescriptionInterface::DeSerializeRaw | ( | std::istream & | inputStream | ) | [virtual] |
Binary deserialization
Reimplemented from mtsGenericObject.