template<unsigned int dim, typename T>
class shift< dim, T >
Definition at line 17 of file CellDecomposer.hpp.
|
| shift (const Matrix< dim, T > &t, const Point< dim, T > &s) |
| Constructor. More...
|
|
T | transform (const T(&s)[dim], const size_t i) const |
| Shift the point transformation. More...
|
|
T | transform (const Point< dim, T > &s, const size_t i) const |
| Shift the point transformation. More...
|
|
template<typename Mem > |
T | transform (const encapc< 1, Point< dim, T >, Mem > &s, const size_t i) const |
| Shift the point transformation. More...
|
|
void | setTransform (const Matrix< dim, T > &mat, const Point< dim, T > &orig) |
| Set the transformation Matrix and shift. More...
|
|
template<unsigned int dim, typename T >
template<unsigned int dim, typename T >
void shift< dim, T >::setTransform |
( |
const Matrix< dim, T > & |
mat, |
|
|
const Point< dim, T > & |
orig |
|
) |
| |
|
inline |
template<unsigned int dim, typename T >
T shift< dim, T >::transform |
( |
const T(&) |
s[dim], |
|
|
const size_t |
i |
|
) |
| const |
|
inline |
Shift the point transformation.
- Parameters
-
s | source point |
i | coordinate |
- Returns
- the transformed coordinate
Definition at line 42 of file CellDecomposer.hpp.
template<unsigned int dim, typename T >
T shift< dim, T >::transform |
( |
const Point< dim, T > & |
s, |
|
|
const size_t |
i |
|
) |
| const |
|
inline |
Shift the point transformation.
- Parameters
-
s | source point |
i | coordinate |
- Returns
- the transformed coordinate
Definition at line 55 of file CellDecomposer.hpp.
template<unsigned int dim, typename T >
template<typename Mem >
T shift< dim, T >::transform |
( |
const encapc< 1, Point< dim, T >, Mem > & |
s, |
|
|
const size_t |
i |
|
) |
| const |
|
inline |
Shift the point transformation.
- Parameters
-
s | source point |
i | coordinate |
- Returns
- the transformed coordinate
Definition at line 68 of file CellDecomposer.hpp.
The documentation for this class was generated from the following file: