15 out <<
"theCols: " << rhs.
theCols 17 <<
"\ntheZ: " << rhs.
theZ 19 <<
"\ntheDx: " << rhs.
theDx 21 <<
"\ntheDy: " << rhs.
theDy 43 in.read((
char*)&
theZ, 4);
45 in.read((
char*)&
theDx, 4);
47 in.read((
char*)&
theDy, 4);
std::basic_ifstream< char > ifstream
Class for char input file streams.
ossimByteOrder getSystemEndianType() const
std::basic_istream< char > istream
Base class for char input streams.
const char * c_str() const
Returns a pointer to a null-terminated array of characters representing the string's contents...
std::basic_ostream< char > ostream
Base class for char output streams.