#include <R3D/RotationRegistration/RotationRegistrationData.h>
Jackson for BlueQuartz Software
Public Member Functions | |
int32 | writeToFile (MXAFileWriter64 &writer) |
Writes out this object into a binary file. | |
int32 | readFromFile (MXAFileReader64 &reader, bool swap=false) |
Reads the values from a file in binary form swapping the bytes if requested. | |
void | print (std::ostream &out, const std::string &delimiter) |
Prints the entry out to the std::ostream. |
int32 RotationRegistrationData::writeToFile | ( | MXAFileWriter64 & | writer | ) |
Writes out this object into a binary file.
writer | The MXAFileWriter64 Object to use for the writing |
int32 RotationRegistrationData::readFromFile | ( | MXAFileReader64 & | reader, | |
bool | swap = false | |||
) |
Reads the values from a file in binary form swapping the bytes if requested.
reader | The reader to use | |
swap | Perform Endian Byte Swapping |
void RotationRegistrationData::print | ( | std::ostream & | out, | |
const std::string & | delimiter | |||
) |
Prints the entry out to the std::ostream.
out | std::ostream to print to | |
delimiter | The Delimiter to use between data |