File tree 4 files changed +8
-6
lines changed
4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ yet support editing transactions.
28
28
29
29
The main data providers supported by QGIS are listed below.
30
30
31
- \section providers Mesh data providers
31
+ \section mesh_providers Mesh data providers
32
32
33
- \subsection memory Memory data providerType (mesh_memory)
33
+ \subsection mesh_memory Memory data providerType (mesh_memory)
34
34
35
35
The memory data provider is used to construct in memory data, for example scratch
36
36
data. There is no inherent persistent storage of the data. The data source uri is constructed.
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ struct QgsMesh;
46
46
*
47
47
* The main data providers supported by QGIS are listed below.
48
48
*
49
- * \section providers Mesh data providers
49
+ * \section mesh_providers Mesh data providers
50
50
*
51
- * \subsection memory Memory data providerType (mesh_memory)
51
+ * \subsection mesh_memory Memory data providerType (mesh_memory)
52
52
*
53
53
* The memory data provider is used to construct in memory data, for example scratch
54
54
* data. There is no inherent persistent storage of the data. The data source uri is constructed.
Original file line number Diff line number Diff line change 14
14
* (at your option) any later version. *
15
15
* *
16
16
***************************************************************************/
17
+ // /@cond PRIVATE
18
+
17
19
#include " qgsmeshmemorydataprovider.h"
18
20
19
21
static const QString TEXT_PROVIDER_KEY = QStringLiteral( " mesh_memory" );
@@ -164,4 +166,4 @@ QgsMeshFace QgsMeshMemoryDataProvider::face( int index ) const
164
166
return mFaces [index ];
165
167
}
166
168
167
-
169
+ // /@endcond
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ class CORE_EXPORT QgsTriangularMesh
54
54
55
55
/* *
56
56
* Construct triangular mesh from layer's native mesh and context
57
- * \param layer QgsMeshLayer to get native mesh data
57
+ * \param nativeMesh QgsMesh to access native vertices and faces
58
58
* \param context Rendering context to estimate number of triagles to create for an face
59
59
*/
60
60
void update ( QgsMesh *nativeMesh, QgsRenderContext *context );
You can’t perform that action at this time.
0 commit comments