#include <SGrid.hpp>
Inheritance diagram for SGridTableEntry< T, t_entry >:


Public Member Functions | |
| void | SetPosition (Array< int > &pos) |
| Sets the position of 'this' entry. | |
| void | ReleaseGridVec () |
| Releases the memory allocated for contents. | |
| SGridTableEntry () | |
| The dummy constructor. | |
| SGridTableEntry (SGridTableEntry< T, t_entry > &src) | |
| The copy constructor. | |
| SGridTableEntry (Array< int > &position) | |
| copies the position | |
Public Attributes | |
| t_entry | vec |
| T | cmb_factor |
| SGridTableEntry< T, t_entry >::SGridTableEntry | ( | ) | [inline] |
The dummy constructor.
| SGridTableEntry< T, t_entry >::SGridTableEntry | ( | SGridTableEntry< T, t_entry > & | src | ) | [inline] |
The copy constructor.
| SGridTableEntry< T, t_entry >::SGridTableEntry | ( | Array< int > & | position | ) | [inline] |
copies the position
| [in] | position | The position to set |
| void SGridTableEntry< T, t_entry >::SetPosition | ( | Array< int > & | pos | ) | [inline] |
Sets the position of 'this' entry.
| void SGridTableEntry< T, t_entry >::ReleaseGridVec | ( | ) | [inline] |
Releases the memory allocated for contents.
| t_entry SGridTableEntry< T, t_entry >::vec |
| T SGridTableEntry< T, t_entry >::cmb_factor |
1.5.2