Apply kernel operation.
More...
template<typename exp1, typename vector_type>
class vector_dist_expression_op< exp1, vector_type, VECT_APPLYKER_IN_GEN >
Apply kernel operation.
- Template Parameters
-
Definition at line 751 of file vector_dist_operators_apply_kernel.hpp.
#include <vector_dist_operators_apply_kernel.hpp>
|
typedef boost::mpl::at< vector_type, boost::mpl::int_< 0 > >::type | NN |
| Get the type of the Cell-list.
|
|
typedef boost::mpl::at< vector_type, boost::mpl::int_< 1 > >::type | Kernel |
| Get the type of the kernel.
|
|
typedef boost::mpl::at< vector_type, boost::mpl::int_< 2 > >::type | vector_orig |
| Get the type of the vector containing the set of particles.
|
|
typedef std::remove_reference< NN >::type | NN_nr |
| Return the type of the Cell-list.
|
|
typedef std::remove_reference< Kernel >::type | Kernel_nr |
| Return the type of the kernel.
|
|
typedef std::remove_reference< vector_orig >::type | vector_orig_nr |
| Return the vector containing the position of the particles.
|
|
typedef apply_kernel_rtype< decltype(o1.value(vect_dist_key_dx()))>::rtype | rtype |
| Return type of the expression.
|
|
◆ vector_dist_expression_op()
template<typename exp1 , typename vector_type >
◆ getNN()
template<typename exp1 , typename vector_type >
◆ getVector()
template<typename exp1 , typename vector_type >
◆ init()
template<typename exp1 , typename vector_type >
◆ value()
template<typename exp1 , typename vector_type >
The documentation for this class was generated from the following file: