OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
Point_orig< T > Class Template Reference

Definition of a class Point in plain C++ and boost::vector for testing purpose. More...

Detailed Description

template<typename T>
class Point_orig< T >

Definition of a class Point in plain C++ and boost::vector for testing purpose.

Definition of a class Point in plain C++ and boost::vector for testing purpose

Parameters
Tbase type of all the fields

Definition at line 4 of file Point_test.hpp.

#include <Point_orig.hpp>

Public Member Functions

void setx (T x_)
 
void sety (T y_)
 
void setz (T z_)
 
void setx (T x_)
 
void sety (T y_)
 
void setz (T z_)
 
void sets (T s_)
 

Data Fields

x
 
y
 
z
 
s
 
v [3]
 
t [3][3]
 

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