DGtal 2.1.0
Loading...
Searching...
No Matches
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

◆ Point

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

Definition at line 66 of file testImagesSetsUtilities.cpp.

◆ Value

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

Definition at line 67 of file testImagesSetsUtilities.cpp.

Member Function Documentation

◆ operator()()

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

Definition at line 69 of file testImagesSetsUtilities.cpp.

70 {
71 return p.norm1();
72 }
UnsignedComponent norm1() const

References DGtal::PointVector< dim, TEuclideanRing, TContainer >::norm1().


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