#include <iostream>
#include <fstream>
#include <vector>
#include <math.h>
#include "etreedef.hh"
Go to the source code of this file.
This file defines a single non-intelligent data node. It knows only its own prototype, neighbors and how to update itself towards a given data vector. Higher-level decisions are made outside the node.