This class represent a constant parameter in a vector expression. More...
#include <vector_dist_operators_extensions.hpp>
Public Types | |
| typedef void | vtype |
| typedef void | NN_type |
| NN_type. | |
Public Member Functions | |
| vector_dist_expression (point p) | |
| vector expression from a constant point | |
| void | init () const |
| This function must be called before value. More... | |
| __device__ __host__ point | value (const vect_dist_key_dx &k) const |
| Evaluate the expression. More... | |
Private Attributes | |
| point | p |
| constant point stored | |
This class represent a constant parameter in a vector expression.
| point | type of point |
Definition at line 33 of file vector_dist_operators_extensions.hpp.
|
inline |
This function must be called before value.
it initialize the expression if needed
Definition at line 55 of file vector_dist_operators_extensions.hpp.
|
inline |
Evaluate the expression.
| k | where to evaluate the expression (ignored) |
Definition at line 65 of file vector_dist_operators_extensions.hpp.