Interface PointCloudViewer.IteratePoint

Enclosing interface:
PointCloudViewer

public static interface PointCloudViewer.IteratePoint
Iterator like interface for accessing point information
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    True if there ar remaining points
    int
    Loads the next point and returns its color.
  • Method Details

    • next

      int next(Point3D_F64 point)
      Loads the next point and returns its color. If no color is available it should return 0
    • hasNext

      boolean hasNext()
      True if there ar remaining points