OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Public Attributes | Friends | List of all members
ossimNitfResExtSegInfoRecordV2_0 Struct Reference

#include <ossimNitfFileHeaderV2_0.h>

Public Attributes

char theResExtSegSubheaderLength [5]
 
char theResExtSegLength [8]
 

Friends

std::ostream & operator<< (std::ostream &out, const ossimNitfResExtSegInfoRecordV2_0 &data)
 

Detailed Description

Definition at line 130 of file ossimNitfFileHeaderV2_0.h.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  out,
const ossimNitfResExtSegInfoRecordV2_0 data 
)
friend

Definition at line 190 of file ossimNitfFileHeaderV2_0.cpp.

192 {
193  return out << "theResExtSegSubheaderLength: "
194  << data.theResExtSegSubheaderLength << std::endl
195  << "theResExtSegLength: "
196  << data.theResExtSegLength;
197 }

Member Data Documentation

◆ theResExtSegLength

char ossimNitfResExtSegInfoRecordV2_0::theResExtSegLength[8]

Is a 7 byte numeric 0-9999999

Definition at line 144 of file ossimNitfFileHeaderV2_0.h.

Referenced by operator<<(), and ossimNitfFileHeaderV2_0::readResExtSegInfoRecords().

◆ theResExtSegSubheaderLength

char ossimNitfResExtSegInfoRecordV2_0::theResExtSegSubheaderLength[5]

Is a 4 byte numeric 0-9999

Definition at line 139 of file ossimNitfFileHeaderV2_0.h.

Referenced by operator<<(), and ossimNitfFileHeaderV2_0::readResExtSegInfoRecords().


The documentation for this struct was generated from the following file: