Skip to content
Snippets Groups Projects
Commit 4fed634a authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

ENH: remove transition accessor

parent b35687da
Branches
Tags
No related merge requests found
......@@ -186,9 +186,4 @@ void SensorModelAdapter::InverseTransformPoint(double lon, double lat, double h,
z = ossimGPoint.height();
}
ossimProjection* SensorModelAdapter::GetOssimModel() //FIXME temporary only
{
return m_SensorModel;
}
}
} // namespace otb
......@@ -75,8 +75,6 @@ public:
void InverseTransformPoint(double lon, double lat, double h,
double& x, double& y, double& z) const;
ossimProjection* GetOssimModel(); // FIXME temporary only
/** Is sensor model valid method. return false if the m_SensorModel is null*/
bool IsValidSensorModel();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment