11 #ifndef ossimRpfBoundaryRectTable_HEADER 12 #define ossimRpfBoundaryRectTable_HEADER 63 std::vector<ossimRpfBoundaryRectRecord>
m_table;
const ossimRpfBoundaryRectTable & operator=(const ossimRpfBoundaryRectTable &rhs)
assignment operator
ossim_int32 ossimErrorCode
ossimRpfBoundaryRectTable(ossim_uint32 numberOfEntries=0)
default constructor
ossimReferenced allows for shared object ref counting if the reference count ever gets to 0 or less i...
std::vector< ossimRpfBoundaryRectRecord > m_table
ossim_uint32 getNumberOfEntries() const
OSSIM_DLL ossimByteOrder byteOrder()
virtual ~ossimRpfBoundaryRectTable()
friend std::ostream & operator<<(std::ostream &out, const ossimRpfBoundaryRectTable &data)
std::ostream & print(std::ostream &out) const
unsigned int ossim_uint32
bool getEntry(ossim_uint32 entry, ossimRpfBoundaryRectRecord &record) const
Gets record for entry.
ossimErrorCode parseStream(std::istream &in, ossimByteOrder byteOrder)
std::basic_istream< char > istream
Base class for char input streams.
void writeStream(std::ostream &out)
Write method.
void setNumberOfEntries(ossim_uint32 numberOfEntries)
std::basic_ostream< char > ostream
Base class for char output streams.