template<unsigned int dim, typename T>
class no_transform< dim, T >
Definition at line 88 of file CellDecomposer.hpp.
|
| no_transform (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 |
| No transformation. More...
|
|
template<typename Mem > |
T | transform (const encapc< 1, Point< dim, T >, Mem > &s, const size_t i) const |
| No transformation. More...
|
|
void | setTransform (const Matrix< dim, T > &mat, const Point< dim, T > &orig) |
| Set the transformation Matrix and shift. More...
|
|
bool | operator== (const no_transform< dim, T > &nt) |
| It return always true true. More...
|
|
bool | operator!= (const no_transform< dim, T > &nt) |
| It return always true true. More...
|
|
template<unsigned int dim, typename T>
template<unsigned int dim, typename T>
It return always true true.
There is nothing to compare
- Returns
- true
Definition at line 171 of file CellDecomposer.hpp.
template<unsigned int dim, typename T>
It return always true true.
There is nothing to compare
- Returns
- true
Definition at line 159 of file CellDecomposer.hpp.
template<unsigned int dim, typename T>
template<unsigned int dim, typename T>
T no_transform< 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 110 of file CellDecomposer.hpp.
template<unsigned int dim, typename T>
T no_transform< dim, T >::transform |
( |
const Point< dim, T > & |
s, |
|
|
const size_t |
i |
|
) |
| const |
|
inline |
No transformation.
- Parameters
-
s | source point |
i | coordinate |
- Returns
- the source point coordinate
Definition at line 123 of file CellDecomposer.hpp.
template<unsigned int dim, typename T>
template<typename Mem >
No transformation.
- Parameters
-
s | source point |
i | coordinate |
- Returns
- the point coordinate
Definition at line 136 of file CellDecomposer.hpp.
The documentation for this class was generated from the following file: