Macros
vnl_unary_function.hxx File Reference

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

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

Go to the source code of this file.

Macros

#define VNL_UNARY_FUNCTION_INSTANTIATE(S, T)   template class VNL_EXPORT 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.hxx.

Macro Definition Documentation

◆ VNL_UNARY_FUNCTION_INSTANTIATE

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

Definition at line 41 of file vnl_unary_function.hxx.