OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Public Member Functions | List of all members
ossimUnaryOpOnesComplement Class Reference
Inheritance diagram for ossimUnaryOpOnesComplement:
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 203 of file ossimEquationCombiner.cpp.

Member Function Documentation

◆ apply()

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

Implements ossimEquationCombiner::ossimUnaryOp.

Definition at line 206 of file ossimEquationCombiner.cpp.

207  {
208  return (double)((ossim_uint8)~((ossim_uint8)v));
209  }
unsigned char ossim_uint8

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