OTB  9.0.0
Orfeo Toolbox
Public Member Functions | Protected Member Functions | List of all members
otb::DEMObserverInterface Class Referenceabstract

#include <otbDEMHandler.h>

+ Inheritance diagram for otb::DEMObserverInterface:

Public Member Functions

virtual void Update ()=0
 

Protected Member Functions

 DEMObserverInterface ()=default
 
 DEMObserverInterface (DEMObserverInterface const &)=delete
 
DEMObserverInterfaceoperator= (DEMObserverInterface const &)=delete
 
 ~DEMObserverInterface ()=default
 

Detailed Description

Observer design pattern to keep track of DEM configuration changes.

Definition at line 39 of file otbDEMHandler.h.

Constructor & Destructor Documentation

◆ DEMObserverInterface() [1/2]

otb::DEMObserverInterface::DEMObserverInterface ( )
protecteddefault

◆ ~DEMObserverInterface()

otb::DEMObserverInterface::~DEMObserverInterface ( )
protecteddefault

◆ DEMObserverInterface() [2/2]

otb::DEMObserverInterface::DEMObserverInterface ( DEMObserverInterface const &  )
protecteddelete

Member Function Documentation

◆ operator=()

DEMObserverInterface& otb::DEMObserverInterface::operator= ( DEMObserverInterface const &  )
protecteddelete

◆ Update()

virtual void otb::DEMObserverInterface::Update ( )
pure virtual

Implemented in otb::GDALRPCTransformer.


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