DGtal 2.1.0
Loading...
Searching...
No Matches
PointConverter< ColMajorStorage > Struct Reference

Static Public Member Functions

template<typename TPoint >
static TPoint apply (TPoint const &aPoint)
 

Detailed Description

Definition at line 153 of file testLinearizer.cpp.

Member Function Documentation

◆ apply()

template<typename TPoint >
static TPoint PointConverter< ColMajorStorage >::apply ( TPoint const &  aPoint)
inlinestatic

Definition at line 157 of file testLinearizer.cpp.

158 {
159 return aPoint;
160 }
const Point aPoint(3, 4)

References aPoint.


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