| 
    QGIS API Documentation
    3.2.0-Bonn (bc43194)
    
   | 
 
Interface for mesh data sources. More...
#include <qgsmeshdataprovider.h>

Public Member Functions | |
| virtual | ~QgsMeshDataSourceInterface ()=default | 
| Dtor.  More... | |
| virtual QgsMeshFace | face (int index) const =0 | 
| Returns the mesh face at index.  More... | |
| virtual int | faceCount () const =0 | 
| Returns number of faces in the native mesh.  More... | |
| virtual QgsMeshVertex | vertex (int index) const =0 | 
| Returns the mesh vertex at index.  More... | |
| virtual int | vertexCount () const =0 | 
| Returns number of vertices in the native mesh.  More... | |
Interface for mesh data sources.
Mesh is a collection of vertices and faces in 2D or 3D space
Base on the underlying data provider/format, whole mesh is either stored in memory or read on demand
Definition at line 169 of file qgsmeshdataprovider.h.
      
  | 
  virtualdefault | 
Dtor.
      
  | 
  pure virtual | 
Returns the mesh face at index.
      
  | 
  pure virtual | 
Returns number of faces in the native mesh.
      
  | 
  pure virtual | 
Returns the mesh vertex at index.
      
  | 
  pure virtual | 
Returns number of vertices in the native mesh.
 1.8.13