|
DGtal 2.1.0
|
Aim: Internal class used by AffineGeometry to differentiate operations on lattice points and operations on points with floating-point coordinates. This specialization assumes float as components.
More...
#include <DGtal/geometry/tools/AffineGeometry.h>
Public Types | |
| typedef PointVector< dim, float, TContainer > | Point |
| typedef Point::Coordinate | Scalar |
Static Private Member Functions | |
static internal services | |
| static void | normalizeVector (Point &w, float x) |
| template<typename TOtherPoint > | |
| static Point | cast (const TOtherPoint &other) |
| Specialized version to cast points to other point type. | |
Friends | |
| template<typename T > | |
| struct | DGtal::AffineGeometry |
| template<typename T > | |
| struct | DGtal::AffineBasis |
Aim: Internal class used by AffineGeometry to differentiate operations on lattice points and operations on points with floating-point coordinates. This specialization assumes float as components.
Description of template class 'AffineGeometryPointOperations'
Definition at line 156 of file AffineGeometry.h.
| typedef PointVector< dim, float, TContainer > DGtal::detail::AffineGeometryPointOperations< dim, float, TContainer >::Point |
Definition at line 160 of file AffineGeometry.h.
| typedef Point::Coordinate DGtal::detail::AffineGeometryPointOperations< dim, float, TContainer >::Scalar |
Definition at line 161 of file AffineGeometry.h.
|
inlinestaticprivate |
Specialized version to cast points to other point type.
Definition at line 179 of file AffineGeometry.h.
References DGtal::PointVector< dim, TEuclideanRing, TContainer >::dimension.
|
inlinestaticprivate |
Specialized version to normalize a vector in case of float value parameter.
Definition at line 171 of file AffineGeometry.h.
|
friend |
Definition at line 159 of file AffineGeometry.h.
|
friend |
Definition at line 158 of file AffineGeometry.h.