Defines
core/vnl/vnl_unary_function.txx File Reference

Abstract 1D map vnl_unary_function is an abstract map between two types (read spaces). More...

#include "vnl_unary_function.h"
#include <vcl_limits.h>

Go to the source code of this file.

Defines

#define vnl_unary_function_txx_
#define VNL_UNARY_FUNCTION_INSTANTIATE(S, T)   template class vnl_unary_function<S, T >

Detailed Description

Abstract 1D map vnl_unary_function is an abstract map between two types (read spaces).

Author:
Andrew W. Fitzgibbon, Oxford RRG
Date:
28 Nov 1998
    Modifications
     981128 AWF Initial version.
     LSB Manchester 19/Mar/2001 Documentation tidied
     Feb.2002 - Peter Vanroose - brief doxygen comment placed on single line
     Oct.2003 - Ian Scott - Move the use of vcl_limits out of the .h file, to
                            solve stupid MSVC6.0 problems.
   

Definition in file vnl_unary_function.txx.


Define Documentation

#define VNL_UNARY_FUNCTION_INSTANTIATE (   S,
 
)    template class vnl_unary_function<S, T >

Definition at line 38 of file vnl_unary_function.txx.

#define vnl_unary_function_txx_

Definition at line 3 of file vnl_unary_function.txx.