|
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 double as components.
More...
#include <DGtal/geometry/tools/AffineGeometry.h>
Public Types | |
| typedef PointVector< dim, double, TContainer > | Point |
| typedef Point::Coordinate | Scalar |
Static Private Member Functions | |
static internal services | |
| static void | normalizeVector (Point &w, double 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 double as components.
Description of template class 'AffineGeometryPointOperations'
Definition at line 116 of file AffineGeometry.h.
| typedef PointVector< dim, double, TContainer > DGtal::detail::AffineGeometryPointOperations< dim, double, TContainer >::Point |
Definition at line 120 of file AffineGeometry.h.
| typedef Point::Coordinate DGtal::detail::AffineGeometryPointOperations< dim, double, TContainer >::Scalar |
Definition at line 121 of file AffineGeometry.h.
|
inlinestaticprivate |
Specialized version to cast points to other point type.
Definition at line 139 of file AffineGeometry.h.
References DGtal::PointVector< dim, TEuclideanRing, TContainer >::dimension.
|
inlinestaticprivate |
Specialized version to normalize a vector in case of double value parameter.
Definition at line 131 of file AffineGeometry.h.
|
friend |
Definition at line 119 of file AffineGeometry.h.
|
friend |
Definition at line 118 of file AffineGeometry.h.