OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Public Member Functions | Public Attributes | List of all members
ossimDtedHandler::DtedPost Class Reference

DtedPost, this class contains the height, weighting factor and status. More...

#include <ossimDtedHandler.h>

Public Member Functions

 DtedPost ()
 
virtual ~DtedPost ()
 DtedPost methods. More...
 

Public Attributes

double m_height
 
double m_weight
 
bool m_status
 

Detailed Description

DtedPost, this class contains the height, weighting factor and status.

Definition at line 177 of file ossimDtedHandler.h.

Constructor & Destructor Documentation

◆ DtedPost()

ossimDtedHandler::DtedPost::DtedPost ( )
inline

Definition at line 181 of file ossimDtedHandler.h.

181  :
182  m_height(0),
183  m_weight(0),
184  m_status(false)
185  {
186  }

◆ ~DtedPost()

ossimDtedHandler::DtedPost::~DtedPost ( )
virtual

DtedPost methods.

Definition at line 555 of file ossimDtedHandler.cpp.

555 {}

Member Data Documentation

◆ m_height

double ossimDtedHandler::DtedPost::m_height

◆ m_status

bool ossimDtedHandler::DtedPost::m_status

◆ m_weight

double ossimDtedHandler::DtedPost::m_weight

Definition at line 191 of file ossimDtedHandler.h.

Referenced by ossimDtedHandler::getHeightAboveMSL().


The documentation for this class was generated from the following files: