27 #ifndef MPBLOCKS_SIMPLEX_TREE_NODE_H_
28 #define MPBLOCKS_SIMPLEX_TREE_NODE_H_
30 #include <Eigen/Dense>
35 namespace simplex_tree {
47 template <
class Traits>
52 typedef typename Traits::Node
Node_t;
55 typedef Eigen::Matrix<Format_t,Traits::NDim,1>
Vector_t;
56 typedef Eigen::Matrix<Format_t,Traits::NDim,1>
Point_t;
Eigen::Matrix< Format_t, Traits::NDim, 1 > Point_t
const Point_t & getPoint()
Eigen::Matrix< Format_t, Traits::NDim, 1 > Vector_t
base class for nodes, implements storage and interface for the simplex tree