#ifndef PLYREADCONFIGURATION_H #define PLYREADCONFIGURATION_H #include "internal/plyvertexconfiguration.h" #include "internal/plycolorconfiguration.h" #include "internal/plynormalconfiguration.h" #include "internal/plyscalarconfiguration.h" #include struct PlyReadConfiguration { PlyVertexConfiguration vertex; QList colors; QList normals; QList scalars; }; #endif // PLYREADCONFIGURATION_H