Module pointcloud

Class CloudGraphBase

java.lang.Object
de.grogra.pointcloud.objects.CloudGraphBase
All Implemented Interfaces:
NodeContext, ProducingNode, BoundedCloud, Cloud, CloudContext, DisposableField, Manageable, Disposable
Direct Known Subclasses:
CloudGraph

public abstract class CloudGraphBase extends Object implements BoundedCloud, Manageable
CloudGraph is a cloud data structure that represent it "points" as node in the project graph. The points are positioned at the leaves of this subgraph. The intermediate nodes are not holding data from the Cloud. Leaves can be any object that implements Cloud.Point and extends Node. CloudGraph cannot manipulate points if it is not linked to a Node