#include <node.h>
Public Member Functions | |
~Node () | |
Node (const Node &toCopy) | |
Node & | operator= (const Node &toCopy) |
void | init () |
const Geometry * | getGeometry () const |
data_t | get (size_t row=0, size_t col=0, size_t epoch=0) const |
void | set (data_t datum, size_t row=0, size_t col=0, size_t epoch=0) |
size_t | getRows () const |
size_t | getCols () const |
size_t | getEpochs () const |
|
destructor |
|
copy constructor
|
|
|
|
|
|
|
|
|
|
|
|
sets all the values in the node to 0 |
|
assignment operator
|
|
|