UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Protected Member Functions | List of all members
FTrans::BaseFunc Class Referenceabstract

#include <s2_ftrans.hpp>

Inheritance diagram for FTrans::BaseFunc:
FTrans::InverseFunc

Public Member Functions

arg_type operator() (arg_type x)
 

Protected Member Functions

virtual arg_type calc (arg_type x) const =0
 

Detailed Description

Transformation function interface

Member Function Documentation

virtual arg_type FTrans::BaseFunc::calc ( arg_type  x) const
protectedpure virtual

General calculation method, should be reimplemented in derived classes

Implemented in FTrans::InverseFunc.

arg_type FTrans::BaseFunc::operator() ( arg_type  x)
inline

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