valSPH
 All Classes Files Functions Variables
ThreeTensor Class Reference

#include <ThreeTensor.h>

Collaboration diagram for ThreeTensor:
Collaboration graph

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.
 

Constructor & Destructor Documentation

ThreeTensor::ThreeTensor ( )

It creates a new empty ThreeTensor.

ThreeTensor::~ThreeTensor ( )

It destroys the ThreeTensor object.

Member Function Documentation

TwoTensor ThreeTensor::at ( int  pos)

It consults the position supplied.

Parameters
positionwe need
Returns
contents of the position pos
void ThreeTensor::push_back ( TwoTensor  twoTensor)

It adds the value supplied at the end.

Parameters
valuethat we need to store

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