DGtal  0.6.devel
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Member Functions
Norm1< P > Struct Template Reference

Public Types

typedef P Point
typedef P::Coordinate Value

Public Member Functions

Value operator() (const Point &p)

Detailed Description

template<typename P>
struct Norm1< P >

Definition at line 64 of file testImagesSetsUtilities.cpp.


Member Typedef Documentation

template<typename P>
typedef P Norm1< P >::Point

Definition at line 66 of file testImagesSetsUtilities.cpp.

template<typename P>
typedef P::Coordinate Norm1< P >::Value

Definition at line 67 of file testImagesSetsUtilities.cpp.


Member Function Documentation

template<typename P>
Value Norm1< P >::operator() ( const Point p)
inline

Definition at line 69 of file testImagesSetsUtilities.cpp.

{
return p.norm1();
}

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