#include <ossimNadconGridHeader.h>
Definition at line 15 of file ossimNadconGridHeader.h.
◆ ossimNadconGridHeader()
| ossimNadconGridHeader::ossimNadconGridHeader |
( |
| ) |
|
|
inline |
◆ getBoundingRect()
| ossimDrect ossimNadconGridHeader::getBoundingRect |
( |
| ) |
const |
|
inline |
◆ getBytesPerRow()
| int ossimNadconGridHeader::getBytesPerRow |
( |
| ) |
const |
|
inline |
◆ getDeltaX()
| double ossimNadconGridHeader::getDeltaX |
( |
| ) |
const |
|
inline |
◆ getDeltaY()
| double ossimNadconGridHeader::getDeltaY |
( |
| ) |
const |
|
inline |
◆ getMinX()
| double ossimNadconGridHeader::getMinX |
( |
| ) |
const |
|
inline |
◆ getMinY()
| double ossimNadconGridHeader::getMinY |
( |
| ) |
const |
|
inline |
◆ getNumberOfCols()
| int ossimNadconGridHeader::getNumberOfCols |
( |
| ) |
const |
|
inline |
◆ getNumberOfRows()
| int ossimNadconGridHeader::getNumberOfRows |
( |
| ) |
const |
|
inline |
◆ getSpacing()
| ossimDpt ossimNadconGridHeader::getSpacing |
( |
| ) |
const |
|
inline |
◆ getStartOffset()
| int ossimNadconGridHeader::getStartOffset |
( |
| ) |
const |
|
inline |
◆ readHeader() [1/2]
| bool ossimNadconGridHeader::readHeader |
( |
const ossimFilename & |
file | ) |
|
◆ readHeader() [2/2]
| bool ossimNadconGridHeader::readHeader |
( |
std::istream & |
in | ) |
|
Definition at line 38 of file ossimNadconGridHeader.cpp.
References ossimEndian::getSystemEndianType(), OSSIM_LITTLE_ENDIAN, ossimEndian::swap(), theCharBuf, theCols, theDx, theDy, theMinX, theMinY, theRows, and theZ.
43 in.read((
char*)&
theZ, 4);
45 in.read((
char*)&
theDx, 4);
47 in.read((
char*)&
theDy, 4);
ossimByteOrder getSystemEndianType() const
◆ operator<<
◆ theCharBuf
| int* ossimNadconGridHeader::theCharBuf[64] |
|
protected |
◆ theCols
| int ossimNadconGridHeader::theCols |
|
protected |
◆ theDx
| double ossimNadconGridHeader::theDx |
|
protected |
◆ theDy
| double ossimNadconGridHeader::theDy |
|
protected |
◆ theMinX
| double ossimNadconGridHeader::theMinX |
|
protected |
◆ theMinY
| double ossimNadconGridHeader::theMinY |
|
protected |
◆ theRows
| int ossimNadconGridHeader::theRows |
|
protected |
◆ theZ
| int ossimNadconGridHeader::theZ |
|
protected |
The documentation for this class was generated from the following files: