Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

ossimNitfSymbolInfoRecordV2_0 Struct Reference

#include <ossimNitfFileHeaderV2_0.h>

List of all members.


Public Methods

long  getHeaderLength () const
long  getImageLength () const
long  getTotalLength () const

Public Attributes

char  theSymbolSubheaderLength [5]
char  theSymbolLength [7]

Friends

ostream&  operator<< (ostream &out, const ossimNitfSymbolInfoRecordV2_0 &data)

Member Function Documentation

long ossimNitfSymbolInfoRecordV2_0::getHeaderLength ( ) const [inline]
 

Definition at line 57 of file ossimNitfFileHeaderV2_0.h.

Referenced by getTotalLength().

00057 {return ossimString(theSymbolSubheaderLength).toLong();}

long ossimNitfSymbolInfoRecordV2_0::getImageLength ( ) const [inline]
 

Definition at line 58 of file ossimNitfFileHeaderV2_0.h.

Referenced by getTotalLength().

00058 {return ossimString(theSymbolLength).toLong();}

long ossimNitfSymbolInfoRecordV2_0::getTotalLength ( ) const [inline]
 

Definition at line 59 of file ossimNitfFileHeaderV2_0.h.

00059 {return (getHeaderLength() + getImageLength()); }

Friends And Related Function Documentation

ostream& operator<< ( ostream & out,
const ossimNitfSymbolInfoRecordV2_0 & data ) [friend]
 

Definition at line 51 of file ossimNitfFileHeaderV2_0.cc.

00053 {
00054    return out << "theSymbolSubheaderLength:       " << data.theSymbolSubheaderLength << endl
00055               << "theSymbolLength:                " << data.theSymbolLength;
00056 }

Member Data Documentation

char ossimNitfSymbolInfoRecordV2_0::theSymbolLength
 

Is a 6 byte numeric 0-999999

Definition at line 68 of file ossimNitfFileHeaderV2_0.h.

char ossimNitfSymbolInfoRecordV2_0::theSymbolSubheaderLength
 

Is a 4 byte numeric 0-9999

Definition at line 63 of file ossimNitfFileHeaderV2_0.h.


The documentation for this struct was generated from the following file:
Generated at Sat Jul 13 00:07:31 2002 for OSSIM - Open Source Image Map by doxygen1.2.6 written by , © 1997-2001