valSPH
|
#include <TwoTensor.h>
Public Member Functions | |
TwoTensor () | |
It creates a new empty TwoTensor. | |
OneTensor | at (int pos) |
It consults the position supplied. | |
void | push_back (OneTensor oneTensor) |
It adds the value supplied at the end. | |
~TwoTensor () | |
It destroys the TwoTensor object. | |
TwoTensor::TwoTensor | ( | ) |
It creates a new empty TwoTensor.
TwoTensor::~TwoTensor | ( | ) |
It destroys the TwoTensor object.
OneTensor TwoTensor::at | ( | int | pos | ) |
It consults the position supplied.
position | we need |
void TwoTensor::push_back | ( | OneTensor | oneTensor | ) |
It adds the value supplied at the end.
value | that we need to store |