PlyGeometryLoader Class

(Qt3DRender::PlyGeometryLoader)

Public Types

class Element
class Property
enum DataType { Int8, Uint8, Int16, Uint16, ..., TypeUnknown }
enum ElementType { ElementVertex, ElementFace, ElementUnknown }
enum Format { FormatAscii, FormatBinaryLittleEndian, FormatBinaryBigEndian, FormatUnknown }
enum PropertyType { PropertyVertexIndex, PropertyX, PropertyY, PropertyZ, ..., PropertyUnknown }

Protected Functions

bool doLoad(QIODevice *ioDev, const QString &subMesh)

Member Type Documentation

enum PlyGeometryLoader::DataType

enum PlyGeometryLoader::ElementType

enum PlyGeometryLoader::Format

enum PlyGeometryLoader::PropertyType

Member Function Documentation

[protected] bool PlyGeometryLoader::doLoad(QIODevice *ioDev, const QString &subMesh)

© 2019 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.