#include "Config/compiler-config.h"
#include "Utility/pre-post-conditions.h"
Include dependency graph for point-traits.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
struct | point_traits |
struct | fixed_dimension_tag |
struct | variable_dimension_tag |
struct | tag_unknown_dim |
struct | tag1D |
struct | tag2D |
struct | tag3D |
struct | tag4D |
struct | dim_tag |
struct | dim_tag< 1 > |
struct | dim_tag< 2 > |
struct | dim_tag< 3 > |
struct | dim_tag< 4 > |
struct | point_traits_base |
struct | point_traits_fixed_dim |
struct | real_point_traits |
Point traits for real numbers. More... | |
struct | point_traits< float > |
struct | point_traits< double > |
struct | point_traits_fixed_size_array |
struct | array_operators |
Functions | |
template<class P, class Q> void | assign_point (P &p, Q const &q) |
template<class P, class T> void | assign_point (P &p, T const *b, T const *e) |
template<class P> void | assign_point (P &p, P const &q) |
template<class P> void | assign_point (float &p, P const &q) |
void | assign_point (float &p, float q) |
|
Definition at line 178 of file point-traits.h. |
|
Definition at line 201 of file point-traits.h. |
|
Definition at line 220 of file point-traits.h. |
|
Definition at line 224 of file point-traits.h. |
|
Definition at line 228 of file point-traits.h. |