|
valSPH
|
#include <ThreeTensor.h>

Public Member Functions | |
| ThreeTensor () | |
| It creates a new empty ThreeTensor. | |
| TwoTensor | at (int pos) |
| It consults the position supplied. | |
| void | push_back (TwoTensor twoTensor) |
| It adds the value supplied at the end. | |
| ~ThreeTensor () | |
| It destroys the ThreeTensor object. | |
| ThreeTensor::ThreeTensor | ( | ) |
It creates a new empty ThreeTensor.
| ThreeTensor::~ThreeTensor | ( | ) |
It destroys the ThreeTensor object.
| TwoTensor ThreeTensor::at | ( | int | pos | ) |
It consults the position supplied.
| position | we need |
| void ThreeTensor::push_back | ( | TwoTensor | twoTensor | ) |
It adds the value supplied at the end.
| value | that we need to store |