Skip to content

Commit a3be28a

Browse files
committed
comment PolygonMesh
1 parent 7293ea7 commit a3be28a

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

pcl/pcl_io.pxd

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1951,58 +1951,58 @@ cdef extern from "pcl/io/vtk_lib_io.h" namespace "pcl::io":
19511951
# \param[in] file_name the name of the file containing the polygon data
19521952
# \param[out] mesh the object that we want to load the data in
19531953
# \ingroup io
1954-
int loadPolygonFile (string file_name, cpp.PolygonMesh& mesh) nogil except +
1954+
# int loadPolygonFile (string file_name, cpp.PolygonMesh& mesh) nogil except +
19551955

19561956
# \brief Save a \ref PolygonMesh object given an input file name, based on the file extension
19571957
# \param[in] file_name the name of the file to save the data to
19581958
# \param[in] mesh the object that contains the data
19591959
# \ingroup io
1960-
int savePolygonFile (string file_name, cpp.PolygonMesh mesh) nogil except +
1960+
# int savePolygonFile (string file_name, cpp.PolygonMesh mesh) nogil except +
19611961

19621962
#
19631963
# /** \brief Load a VTK file into a \ref PolygonMesh object
19641964
# * \param[in] file_name the name of the file that contains the data
19651965
# * \param[out] mesh the object that we want to load the data in
19661966
# * \ingroup io
19671967
# */
1968-
int loadPolygonFileVTK (string file_name, cpp.PolygonMesh mesh) nogil except +
1968+
# int loadPolygonFileVTK (string file_name, cpp.PolygonMesh mesh) nogil except +
19691969

19701970
# \brief Load a PLY file into a \ref PolygonMesh object
19711971
# \param[in] file_name the name of the file that contains the data
19721972
# \param[out] mesh the object that we want to load the data in
19731973
# \ingroup io
1974-
int loadPolygonFilePLY (string file_name, cpp.PolygonMesh mesh) nogil except +
1974+
# int loadPolygonFilePLY (string file_name, cpp.PolygonMesh mesh) nogil except +
19751975

19761976
# /** \brief Load an OBJ file into a \ref PolygonMesh object
19771977
# * \param[in] file_name the name of the file that contains the data
19781978
# * \param[out] mesh the object that we want to load the data in
19791979
# * \ingroup io
19801980
# */
1981-
int loadPolygonFileOBJ (string file_name, cpp.PolygonMesh mesh) nogil except +
1981+
# int loadPolygonFileOBJ (string file_name, cpp.PolygonMesh mesh) nogil except +
19821982

19831983
# \brief Load an STL file into a \ref PolygonMesh object
19841984
# \param[in] file_name the name of the file that contains the data
19851985
# \param[out] mesh the object that we want to load the data in
19861986
# \ingroup io
1987-
int loadPolygonFileSTL (string file_name, cpp.PolygonMesh mesh) nogil except +
1987+
# int loadPolygonFileSTL (string file_name, cpp.PolygonMesh mesh) nogil except +
19881988

19891989
# \brief Save a \ref PolygonMesh object into a VTK file
19901990
# \param[in] file_name the name of the file to save the data to
19911991
# \param[in] mesh the object that contains the data
19921992
# \ingroup io
1993-
int savePolygonFileVTK (string file_name, cpp.PolygonMesh mesh) nogil except +
1993+
# int savePolygonFileVTK (string file_name, cpp.PolygonMesh mesh) nogil except +
19941994

19951995
# \brief Save a \ref PolygonMesh object into a PLY file
19961996
# \param[in] file_name the name of the file to save the data to
19971997
# \param[in] mesh the object that contains the data
19981998
# \ingroup io
1999-
int savePolygonFilePLY (string file_name, cpp.PolygonMesh mesh) nogil except +
1999+
# int savePolygonFilePLY (string file_name, cpp.PolygonMesh mesh) nogil except +
20002000

20012001
# \brief Save a \ref PolygonMesh object into an STL file
20022002
# \param[in] file_name the name of the file to save the data to
20032003
# \param[in] mesh the object that contains the data
20042004
# \ingroup io
2005-
int savePolygonFileSTL (string file_name, const cpp.PolygonMesh mesh) nogil except +
2005+
# int savePolygonFileSTL (string file_name, const cpp.PolygonMesh mesh) nogil except +
20062006

20072007
# /** \brief Write a \ref RangeImagePlanar object to a PNG file
20082008
# * \param[in] file_name the name of the file to save the data to

pcl/pcl_io_172.pxd

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1951,58 +1951,58 @@ cdef extern from "pcl/io/vtk_lib_io.h" namespace "pcl::io":
19511951
# \param[in] file_name the name of the file containing the polygon data
19521952
# \param[out] mesh the object that we want to load the data in
19531953
# \ingroup io
1954-
int loadPolygonFile (string file_name, cpp.PolygonMesh& mesh) nogil except +
1954+
# int loadPolygonFile (string file_name, cpp.PolygonMesh& mesh) nogil except +
19551955

19561956
# \brief Save a \ref PolygonMesh object given an input file name, based on the file extension
19571957
# \param[in] file_name the name of the file to save the data to
19581958
# \param[in] mesh the object that contains the data
19591959
# \ingroup io
1960-
int savePolygonFile (string file_name, cpp.PolygonMesh mesh) nogil except +
1960+
# int savePolygonFile (string file_name, cpp.PolygonMesh mesh) nogil except +
19611961

19621962
#
19631963
# /** \brief Load a VTK file into a \ref PolygonMesh object
19641964
# * \param[in] file_name the name of the file that contains the data
19651965
# * \param[out] mesh the object that we want to load the data in
19661966
# * \ingroup io
19671967
# */
1968-
int loadPolygonFileVTK (string file_name, cpp.PolygonMesh mesh) nogil except +
1968+
# int loadPolygonFileVTK (string file_name, cpp.PolygonMesh mesh) nogil except +
19691969

19701970
# \brief Load a PLY file into a \ref PolygonMesh object
19711971
# \param[in] file_name the name of the file that contains the data
19721972
# \param[out] mesh the object that we want to load the data in
19731973
# \ingroup io
1974-
int loadPolygonFilePLY (string file_name, cpp.PolygonMesh mesh) nogil except +
1974+
# int loadPolygonFilePLY (string file_name, cpp.PolygonMesh mesh) nogil except +
19751975

19761976
# /** \brief Load an OBJ file into a \ref PolygonMesh object
19771977
# * \param[in] file_name the name of the file that contains the data
19781978
# * \param[out] mesh the object that we want to load the data in
19791979
# * \ingroup io
19801980
# */
1981-
int loadPolygonFileOBJ (string file_name, cpp.PolygonMesh mesh) nogil except +
1981+
# int loadPolygonFileOBJ (string file_name, cpp.PolygonMesh mesh) nogil except +
19821982

19831983
# \brief Load an STL file into a \ref PolygonMesh object
19841984
# \param[in] file_name the name of the file that contains the data
19851985
# \param[out] mesh the object that we want to load the data in
19861986
# \ingroup io
1987-
int loadPolygonFileSTL (string file_name, cpp.PolygonMesh mesh) nogil except +
1987+
# int loadPolygonFileSTL (string file_name, cpp.PolygonMesh mesh) nogil except +
19881988

19891989
# \brief Save a \ref PolygonMesh object into a VTK file
19901990
# \param[in] file_name the name of the file to save the data to
19911991
# \param[in] mesh the object that contains the data
19921992
# \ingroup io
1993-
int savePolygonFileVTK (string file_name, cpp.PolygonMesh mesh) nogil except +
1993+
# int savePolygonFileVTK (string file_name, cpp.PolygonMesh mesh) nogil except +
19941994

19951995
# \brief Save a \ref PolygonMesh object into a PLY file
19961996
# \param[in] file_name the name of the file to save the data to
19971997
# \param[in] mesh the object that contains the data
19981998
# \ingroup io
1999-
int savePolygonFilePLY (string file_name, cpp.PolygonMesh mesh) nogil except +
1999+
# int savePolygonFilePLY (string file_name, cpp.PolygonMesh mesh) nogil except +
20002000

20012001
# \brief Save a \ref PolygonMesh object into an STL file
20022002
# \param[in] file_name the name of the file to save the data to
20032003
# \param[in] mesh the object that contains the data
20042004
# \ingroup io
2005-
int savePolygonFileSTL (string file_name, const cpp.PolygonMesh mesh) nogil except +
2005+
# int savePolygonFileSTL (string file_name, const cpp.PolygonMesh mesh) nogil except +
20062006

20072007
# /** \brief Write a \ref RangeImagePlanar object to a PNG file
20082008
# * \param[in] file_name the name of the file to save the data to

pcl/pcl_io_180.pxd

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1965,44 +1965,44 @@ cdef extern from "pcl/io/vtk_lib_io.h" namespace "pcl::io":
19651965
# * \param[out] mesh the object that we want to load the data in
19661966
# * \ingroup io
19671967
# */
1968-
int loadPolygonFileVTK (string file_name, cpp.PolygonMesh mesh) nogil except +
1968+
# int loadPolygonFileVTK (string file_name, cpp.PolygonMesh mesh) nogil except +
19691969

19701970
# \brief Load a PLY file into a \ref PolygonMesh object
19711971
# \param[in] file_name the name of the file that contains the data
19721972
# \param[out] mesh the object that we want to load the data in
19731973
# \ingroup io
1974-
int loadPolygonFilePLY (string file_name, cpp.PolygonMesh mesh) nogil except +
1974+
# int loadPolygonFilePLY (string file_name, cpp.PolygonMesh mesh) nogil except +
19751975

19761976
# /** \brief Load an OBJ file into a \ref PolygonMesh object
19771977
# * \param[in] file_name the name of the file that contains the data
19781978
# * \param[out] mesh the object that we want to load the data in
19791979
# * \ingroup io
19801980
# */
1981-
int loadPolygonFileOBJ (string file_name, cpp.PolygonMesh mesh) nogil except +
1981+
# int loadPolygonFileOBJ (string file_name, cpp.PolygonMesh mesh) nogil except +
19821982

19831983
# \brief Load an STL file into a \ref PolygonMesh object
19841984
# \param[in] file_name the name of the file that contains the data
19851985
# \param[out] mesh the object that we want to load the data in
19861986
# \ingroup io
1987-
int loadPolygonFileSTL (string file_name, cpp.PolygonMesh mesh) nogil except +
1987+
# int loadPolygonFileSTL (string file_name, cpp.PolygonMesh mesh) nogil except +
19881988

19891989
# \brief Save a \ref PolygonMesh object into a VTK file
19901990
# \param[in] file_name the name of the file to save the data to
19911991
# \param[in] mesh the object that contains the data
19921992
# \ingroup io
1993-
int savePolygonFileVTK (string file_name, cpp.PolygonMesh mesh) nogil except +
1993+
# int savePolygonFileVTK (string file_name, cpp.PolygonMesh mesh) nogil except +
19941994

19951995
# \brief Save a \ref PolygonMesh object into a PLY file
19961996
# \param[in] file_name the name of the file to save the data to
19971997
# \param[in] mesh the object that contains the data
19981998
# \ingroup io
1999-
int savePolygonFilePLY (string file_name, cpp.PolygonMesh mesh) nogil except +
1999+
# int savePolygonFilePLY (string file_name, cpp.PolygonMesh mesh) nogil except +
20002000

20012001
# \brief Save a \ref PolygonMesh object into an STL file
20022002
# \param[in] file_name the name of the file to save the data to
20032003
# \param[in] mesh the object that contains the data
20042004
# \ingroup io
2005-
int savePolygonFileSTL (string file_name, const cpp.PolygonMesh mesh) nogil except +
2005+
# int savePolygonFileSTL (string file_name, const cpp.PolygonMesh mesh) nogil except +
20062006

20072007
# /** \brief Write a \ref RangeImagePlanar object to a PNG file
20082008
# * \param[in] file_name the name of the file to save the data to

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy