Package boofcv.io.points
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.
A writer without the initialization step. Used to simplify the code
-
Method Summary
-
Method Details
-
add
void add(double x, double y, double z, int rgb)
-