![]() |
OTB
6.7.0
Orfeo Toolbox
|
the abstract interface for actors which need geo-referenced methods.
Use multiple inheritance to provide geo-referenced interface to specialized actors.
Example: Derive otb::GlMyActor : public otb::GlActor, public otb::GeoInterface {};
By default, single-prevision methods are implemented as conversion method from otb::GeoInterface::Point2f to otb::GeoInterface::Point2d. Derived otb::GlActor classes must implement double-prevision methods.
Definition at line 32 of file otbGeoInterface.h.