11 #ifndef ossimRpfFrameFileIndexSubsection_HEADER 12 #define ossimRpfFrameFileIndexSubsection_HEADER 57 const std::vector<ossimRpfFrameFileIndexRecord>&
getIndexTable()
const;
ossim_int32 ossimErrorCode
bool getFrameFileIndexRecordFromFile(const ossimFilename &file, ossimRpfFrameFileIndexRecord &record) const
Gets the record matching file.
ossimReferenced allows for shared object ref counting if the reference count ever gets to 0 or less i...
ossimErrorCode parseStream(std::istream &in, ossimByteOrder byteOrder)
OSSIM_DLL ossimByteOrder byteOrder()
const ossimRpfFrameFileIndexSubsection & operator=(const ossimRpfFrameFileIndexSubsection &rhs)
assignment operator
virtual ~ossimRpfFrameFileIndexSubsection()
ossimRpfFrameFileIndexSubsection()
default constructor
std::vector< ossimRpfPathnameRecord > m_pathnameTable
void setNumberOfFileIndexRecords(ossim_uint32 numberOfIndexRecords)
const std::vector< ossimRpfPathnameRecord > & getPathnameTable() const
std::vector< ossimRpfFrameFileIndexRecord > m_indexTable
unsigned int ossim_uint32
const std::vector< ossimRpfFrameFileIndexRecord > & getIndexTable() const
std::basic_istream< char > istream
Base class for char input streams.
std::ostream & print(std::ostream &out) const
friend std::ostream & operator<<(std::ostream &out, const ossimRpfFrameFileIndexSubsection &data)
void writeStream(std::ostream &out)
Write method.
void setNumberOfPathnames(ossim_uint32 numberOfPathnames)
std::basic_ostream< char > ostream
Base class for char output streams.