QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Typedefs | Functions
qgs3dexportobject.cpp File Reference
#include "qgs3dexportobject.h"
#include <QVector3D>
#include <QDir>
#include <QImage>
#include <Qt3DCore/QAttribute>
#include <Qt3DCore/QBuffer>
#include "qgslogger.h"
#include "qgsabstractmaterialsettings.h"
Include dependency graph for qgs3dexportobject.cpp:

Go to the source code of this file.

Typedefs

typedef Qt3DCore::QAttribute Qt3DQAttribute
 
typedef Qt3DCore::QBuffer Qt3DQBuffer
 

Functions

template<typename T >
void insertIndexData (QVector< uint > &vertexIndex, const QVector< T > &faceIndex)
 

Typedef Documentation

◆ Qt3DQAttribute

typedef Qt3DCore::QAttribute Qt3DQAttribute

Definition at line 30 of file qgs3dexportobject.cpp.

◆ Qt3DQBuffer

typedef Qt3DCore::QBuffer Qt3DQBuffer

Definition at line 31 of file qgs3dexportobject.cpp.

Function Documentation

◆ insertIndexData()

template<typename T >
void insertIndexData ( QVector< uint > &  vertexIndex,
const QVector< T > &  faceIndex 
)

Definition at line 39 of file qgs3dexportobject.cpp.