#include <basix/glue.hpp>
#include <shape/axel_glue.hpp>
#include <shape/point.hpp>
Go to the source code of this file.
Namespaces
Defines
Functions
- template<class C > bool operator== (const shape::point< C > &v1, const shape::point< C > &v2)
- template<class C > bool operator!= (const shape::point< C > &v1, const shape::point< C > &v2)
- template<class C > bool exact_eq (const shape::point< C > &v1, const shape::point< C > &v2)
- template<class C > bool exact_neq (const shape::point< C > &v1, const shape::point< C > &v2)
- template<class C > unsigned hash (const shape::point< C > &v)
- template<class C > unsigned exact_hash (const shape::point< C > &m)
- template<class C > unsigned soft_hash (const shape::point< C > &m)
- template<class C > syntactic flatten (const shape::point< C > &p)
- template<class C > shape::point< C > shape_point_tuple (const vector< C > &v)
- template<class C > vector< C > operator- (const shape::point< C > &p1, const shape::point< C > &p2)
- template<class C > shape::point< C > operator+ (const shape::point< C > &p, const vector< C > &v)
Define Documentation
#define Point shape::point<C> |
#define TMPL template<class C> |