OpenFPM_data  0.1.0
Project that contain the implementation and interfaces for basic structure like vectors, grids, graph ... .
 All Data Structures Namespaces Functions Variables Typedefs Friends
Point_test_scal< T > Class Template Reference

Detailed Description

template<typename T>
class Point_test_scal< T >

Definition at line 371 of file Point_test.hpp.

Data Structures

struct  attributes
 Attributes name. More...
 

Public Types

typedef boost::fusion::vector
< T, T, T, T > 
type
 

Public Member Functions

void setx (T x_)
 
void sety (T y_)
 
void setz (T z_)
 
void sets (T s_)
 
template<unsigned int i>
boost::fusion::result_of::at
< type, boost::mpl::int_< i >
>::type 
get ()
 
 Point_test_scal ()
 Default constructor.
 
template<typename Mem >
 Point_test_scal (const encapc< 1, Point_test_scal< T >, Mem > &p)
 constructor from encapc
 
 Point_test_scal (const Point_test_scal< T > &p)
 constructor from another point
 
Point_test_scal< T > operator= (const Point_test_scal< T > &p)
 constructor from another point
 

Data Fields

type data
 

Static Public Attributes

static const unsigned int x = 0
 
static const unsigned int y = 1
 
static const unsigned int z = 2
 
static const unsigned int s = 3
 
static const unsigned int max_prop = 4
 

The documentation for this class was generated from the following file: