OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Public Member Functions | List of all members
ossimUnaryOpASind Class Reference
Inheritance diagram for ossimUnaryOpASind:
ossimEquationCombiner::ossimUnaryOp

Public Member Functions

virtual double apply (double v) const
 
- Public Member Functions inherited from ossimEquationCombiner::ossimUnaryOp
virtual ~ossimUnaryOp ()
 

Detailed Description

Definition at line 291 of file ossimEquationCombiner.cpp.

Member Function Documentation

◆ apply()

virtual double ossimUnaryOpASind::apply ( double  v) const
inlinevirtual

Implements ossimEquationCombiner::ossimUnaryOp.

Definition at line 294 of file ossimEquationCombiner.cpp.

References M_PI.

295  {
296  if(v > 1) v = 1;
297  if(v < -1) v = -1;
298  return (180/M_PI)*asin(v);
299  }
#define M_PI

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