@@ -92,6 +92,7 @@ namespace pcl
92
92
/* * \brief Load a \ref PolygonMesh object given an input file name, based on the file extension
93
93
* \param[in] file_name the name of the file containing the polygon data
94
94
* \param[out] mesh the object that we want to load the data in
95
+ * \return Number of points in the point cloud of the mesh.
95
96
* \ingroup io
96
97
*/
97
98
PCL_EXPORTS int
@@ -113,6 +114,7 @@ namespace pcl
113
114
/* * \brief Load a VTK file into a \ref PolygonMesh object
114
115
* \param[in] file_name the name of the file that contains the data
115
116
* \param[out] mesh the object that we want to load the data in
117
+ * \return Number of points in the point cloud of the mesh.
116
118
* \ingroup io
117
119
*/
118
120
PCL_EXPORTS int
@@ -122,6 +124,7 @@ namespace pcl
122
124
/* * \brief Load a PLY file into a \ref PolygonMesh object
123
125
* \param[in] file_name the name of the file that contains the data
124
126
* \param[out] mesh the object that we want to load the data in
127
+ * \return Number of points in the point cloud of the mesh.
125
128
* \ingroup io
126
129
*/
127
130
PCL_EXPORTS int
@@ -131,6 +134,7 @@ namespace pcl
131
134
/* * \brief Load an OBJ file into a \ref PolygonMesh object
132
135
* \param[in] file_name the name of the file that contains the data
133
136
* \param[out] mesh the object that we want to load the data in
137
+ * \return Number of points in the point cloud of the mesh.
134
138
* \ingroup io
135
139
*/
136
140
PCL_EXPORTS int
@@ -143,6 +147,7 @@ namespace pcl
143
147
* load the material information.
144
148
* \param[in] file_name the name of the file that contains the data
145
149
* \param[out] mesh the object that we want to load the data in
150
+ * \return Number of points in the point cloud of the mesh.
146
151
* \ingroup io
147
152
*/
148
153
PCL_EXPORTS int
@@ -153,6 +158,7 @@ namespace pcl
153
158
/* * \brief Load an STL file into a \ref PolygonMesh object
154
159
* \param[in] file_name the name of the file that contains the data
155
160
* \param[out] mesh the object that we want to load the data in
161
+ * \return Number of points in the point cloud of the mesh.
156
162
* \ingroup io
157
163
*/
158
164
PCL_EXPORTS int
0 commit comments