22 return data.
print(out);
27 m_boundaryRectRecordNumber(0),
28 m_locationRowNumber(0),
29 m_locationColumnNumber(0),
30 m_pathnameRecordOffset(0)
37 m_boundaryRectRecordNumber(obj.m_boundaryRectRecordNumber),
38 m_locationRowNumber(obj.m_locationRowNumber),
39 m_locationColumnNumber(obj.m_locationColumnNumber),
40 m_pathnameRecordOffset(obj.m_pathnameRecordOffset),
41 m_securityClassification(obj.m_securityClassification)
ossim_int32 ossimErrorCode
char m_fileSecurityReleaseMarking[3]
ossimFilename getFilename() const
std::ostream & print(std::ostream &out) const
static const ossimErrorCode OSSIM_OK
OSSIM_DLL ossimByteOrder byteOrder()
static const ossimErrorCode OSSIM_ERROR
char m_securityClassification
unsigned short ossim_uint16
ossim_uint16 m_locationColumnNumber
ossimErrorCode parseStream(std::istream &in, ossimByteOrder byteOrder)
std::ostream & operator<<(std::ostream &out, const ossimRpfFrameFileIndexRecord &data)
char m_fileSecurityCountryCode[3]
void setPathnameRecordOffset(ossim_uint32 offset)
ossim_uint16 getLocationColNumber() const
void writeStream(std::ostream &out)
Write method.
unsigned int ossim_uint32
const ossimRpfFrameFileIndexRecord & operator=(const ossimRpfFrameFileIndexRecord &rhs)
assignment operator
ossim_uint16 m_locationRowNumber
void setBoundaryRecNumber(ossim_uint16 entry)
Sets the zero based entry number.
ossimByteOrder getSystemEndianType() const
char m_geographicLocation[7]
std::basic_istream< char > istream
Base class for char input streams.
ossimRpfFrameFileIndexRecord()
default constructor
ossim_uint32 getPathnameRecordOffset() const
ossim_uint16 getBoundaryRecNumber() const
ossim_uint32 m_pathnameRecordOffset
ossim_uint16 m_boundaryRectRecordNumber
std::basic_ostream< char > ostream
Base class for char output streams.
ossim_uint16 getLocationRowNumber() const