ORB node.
type | of space float, double, complex ... |
it store the Center of mass of the local calculated particles on one direction (only one direction, mean that one scalar is enough)
#include <ORB.hpp>
Static Public Attributes | |
static const unsigned int | CM = 0 |
Static Public Attributes inherited from aggregate< T > | |
static const unsigned int | max_prop |
static const unsigned int | max_prop_real |
Additional Inherited Members | |
Public Types inherited from aggregate< T > | |
typedef boost::fusion::vector< list... > | type |
internal type containing the data | |
typedef boost::fusion::vector< list... > | type_real |
real internal type containing the data | |
typedef int | yes_is_aggregate |
Public Member Functions inherited from aggregate< T > | |
__device__ __host__ | aggregate (const aggregate< list ... > &aggr) |
__device__ __host__ boost::mpl::at< type, boost::mpl::int_< i > >::type & | get () |
get the properties i | |
__device__ __host__ const boost::mpl::at< type, boost::mpl::int_< i > >::type & | get () const |
get the properties i | |
aggregate< list... > & | operator= (const aggregate< list... > &ag) |
Static Public Member Functions inherited from aggregate< T > | |
static bool | noPointers () |
it return false if this aggregate has no pointers | |
Data Fields inherited from aggregate< T > | |
type | data |
the data | |
|
static |