DGtal 2.0.0
Loading...
Searching...
No Matches
PointConverter< ColMajorStorage > Struct Reference
Inheritance diagram for PointConverter< ColMajorStorage >:
[legend]

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>
TPoint PointConverter< ColMajorStorage >::apply ( TPoint const & aPoint)
inlinestatic

Definition at line 157 of file testLinearizer.cpp.

158 {
159 return aPoint;
160 }
Converter between col-major and row-major storage order.

References aPoint.


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