|
DGtal 2.1.0
|
Aim: Internal class used by AffineGeometry to differentiate operations on lattice points and operations on points with floating-point coordinates.
More...
#include <DGtal/geometry/tools/AffineGeometry.h>
Public Types | |
| typedef PointVector< dim, TEuclideanRing, TContainer > | Point |
| typedef Point::Coordinate | Scalar |
| typedef Scalar | Integer |
| In the generic class, the type scalar should be an integral type. | |
Static Private Member Functions | |
static internal services | |
| template<typename TInteger > | |
| static void | normalizeVector (Point &w, TInteger) |
| 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.
Description of template class 'AffineGeometryPointOperations'
Definition at line 70 of file AffineGeometry.h.
| typedef Scalar DGtal::detail::AffineGeometryPointOperations< dim, TEuclideanRing, TContainer >::Integer |
In the generic class, the type scalar should be an integral type.
Definition at line 77 of file AffineGeometry.h.
| typedef PointVector< dim, TEuclideanRing, TContainer > DGtal::detail::AffineGeometryPointOperations< dim, TEuclideanRing, TContainer >::Point |
Definition at line 74 of file AffineGeometry.h.
| typedef Point::Coordinate DGtal::detail::AffineGeometryPointOperations< dim, TEuclideanRing, TContainer >::Scalar |
Definition at line 75 of file AffineGeometry.h.
|
inlinestaticprivate |
Specialized version to cast points to other point type.
Definition at line 102 of file AffineGeometry.h.
References DGtal::IntegerConverter< dim, TInteger >::cast().
Referenced by DGtal::AffineGeometry< TPoint >::transform().
|
inlinestaticprivate |
Generic method to normalize a vector. By default, assume it is an integral type.
Definition at line 87 of file AffineGeometry.h.
References DGtal::PointVector< dim, TEuclideanRing, TContainer >::dimension, and g().
Referenced by DGtal::AffineGeometry< TPoint >::addIfIndependent(), and DGtal::AffineGeometry< TPoint >::simplifiedVector().
|
friend |
Definition at line 73 of file AffineGeometry.h.
|
friend |
Definition at line 72 of file AffineGeometry.h.