

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