Module imp3d

Class PointCloud

All Implemented Interfaces:
CloudContext, Transformation, Manageable, PersistenceCapable, Shareable, UserFields, XObject, Map, Serializable
Direct Known Subclasses:
PointCloudImpl

public abstract class PointCloud extends ColoredNull implements CloudContext
Abstract representation of a point cloud node. The data of the point cloud is stored in the cloud object. A cloud node is required to push the cloud in the project graph, and to manage the I/O operations.
See Also:
  • Field Details

  • Constructor Details

    • PointCloud

      public PointCloud()
  • Method Details

    • setCloud

      public abstract void setCloud(Cloud c)