OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
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]
 

Member Function Documentation

◆ sets()

template<typename T >
void Point_orig< T >::sets ( s_)
inline

Definition at line 35 of file Point_orig.hpp.

◆ setx() [1/2]

template<typename T >
void Point_orig< T >::setx ( x_)
inline

Definition at line 17 of file Point_test.hpp.

◆ setx() [2/2]

template<typename T >
void Point_orig< T >::setx ( x_)
inline

Definition at line 32 of file Point_orig.hpp.

◆ sety() [1/2]

template<typename T >
void Point_orig< T >::sety ( y_)
inline

Definition at line 18 of file Point_test.hpp.

◆ sety() [2/2]

template<typename T >
void Point_orig< T >::sety ( y_)
inline

Definition at line 33 of file Point_orig.hpp.

◆ setz() [1/2]

template<typename T >
void Point_orig< T >::setz ( z_)
inline

Definition at line 19 of file Point_test.hpp.

◆ setz() [2/2]

template<typename T >
void Point_orig< T >::setz ( z_)
inline

Definition at line 34 of file Point_orig.hpp.

Field Documentation

◆ s

template<typename T >
T Point_orig< T >::s

Definition at line 12 of file Point_test.hpp.

◆ t

template<typename T >
T Point_orig< T >::t

Definition at line 15 of file Point_test.hpp.

◆ v

template<typename T >
T Point_orig< T >::v

Definition at line 14 of file Point_test.hpp.

◆ x

template<typename T >
T Point_orig< T >::x

Definition at line 8 of file Point_test.hpp.

◆ y

template<typename T >
T Point_orig< T >::y

Definition at line 9 of file Point_test.hpp.

◆ z

template<typename T >
T Point_orig< T >::z

Definition at line 10 of file Point_test.hpp.


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