OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Functions
ossimImageProjectionModel.cpp File Reference
#include <ossim/projection/ossimImageProjectionModel.h>
#include <ossim/imaging/ossimImageGeometry.h>
#include <ossim/imaging/ossimImageHandler.h>
#include <ossim/projection/ossimProjection.h>
#include <string>

Go to the source code of this file.

Functions

 RTTI_DEF1 (ossimImageProjectionModel, "ossimImageProjectionModel", ossimImageModel) ossimImageProjectionModel
 

Function Documentation

◆ RTTI_DEF1()

RTTI_DEF1 ( ossimImageProjectionModel  ,
"ossimImageProjectionModel"  ,
ossimImageModel   
)

Definition at line 20 of file ossimImageProjectionModel.cpp.

25  : ossimImageModel(),
26  theProjection(0)
27 {
28 }
Class to handle transforming image points, rectangles, and offsets from one reduced resolution data s...