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_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 19 of file Point_orig.hpp.

#include <Point_orig.hpp>

Public Member Functions

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 file: