QGIS/python/core/auto_generated/mesh/qgsnativemesh.sip.in
2018-05-14 10:23:37 -04:00

29 lines
1.2 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/core/mesh/qgsnativemesh.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
typedef QgsPoint QgsMeshVertex; //xyz coords of vertex
typedef std::vector<int> QgsMeshFace; //list of vertex indexes
struct QgsNativeMesh
{
std::vector<QgsMeshVertex> vertices;
std::vector<QgsMeshFace> faces;
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/mesh/qgsnativemesh.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/