1#include "../ECF_base.h"
31Node::Node(PrimitiveP primitive)
33 primitive_ = primitive->copyWithNode(primitive);
48 primitive_ = primitive->assignToNode(primitive);
void setPrimitive(PrimitiveP primitive)
Set the primitive this node points to (when creating a new tree node). In case of an ephemereal rando...
PrimitiveP primitive_
pointer to the Primitive belonging to this node
uint size_
size of the subtree of this node (including the node)
uint depth_
depth of this node