#ifndef PLY_POINT_CLOUD_LOADER_H #define PLY_POINT_CLOUD_LOADER_H #include #include #include "../../core/point_cloud_types.h" namespace adapters { namespace sources { bool loadPointsFromPly(const QString &filePath, QVector &points, QString &errorText); } // namespace sources } // namespace adapters #endif // PLY_POINT_CLOUD_LOADER_H