Interface PointCloudIO.FunctionalWriter

Enclosing class:
PointCloudIO
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface PointCloudIO.FunctionalWriter
A writer without the initialization step. Used to simplify the code
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(double x, double y, double z, int rgb)
     
  • Method Details

    • add

      void add(double x, double y, double z, int rgb)